API参考
载入中...
搜索中...
未找到
Crypt_method

methods of crypto 更多...

Crypt_method 的协作图:

函数

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

函数说明

◆ CRYPT_EAL_Cleanup()

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.

◆ 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,ifsuccessful. For other error codes, see the crypt_errno.h file.