![]() |
API参考
|
methods of crypto 更多...

函数 | |
| int32_t | CRYPT_EAL_Init (uint64_t opts) |
| CRYPTO initialization | |
| void | CRYPT_EAL_Cleanup (uint64_t opts) |
| release the CRYPTO initialization memory. | |
methods of crypto
| void CRYPT_EAL_Cleanup | ( | uint64_t | opts | ) |
release the CRYPTO initialization memory.
| opts | [IN] information about the bits to be deinitialized, which is the same as that of CRYPT_EAL_Init. |
| int32_t CRYPT_EAL_Init | ( | uint64_t | opts | ) |
CRYPTO initialization
| opts | [IN] Bit information to be initialized, the first three bits are used at present. The first bit is CRYPT_EAL_INIT_CPU marked as "CPU ", the second bit is BSL CRYPT_EAL_INIT_BSL marked as "BSL", and the third bit is CRYPT_EAL_INIT_RAND marked as "RAND". |
| CRYPT_SUCCESS,if | successful. For other error codes, see the crypt_errno.h file. |