Searched refs:pFunctionList (Results 1 – 1 of 1) sorted by relevance
496 CK_FUNCTION_LIST_PTR * pFunctionList,1017 CK_FUNCTION_LIST_PTR * pFunctionList, in setupPkcs11ObjectForAesCmac() argument1051 result = C_GetFunctionList( pFunctionList ); in setupPkcs11ObjectForAesCmac()1062 result = ( *pFunctionList )->C_CreateObject( *pPkcs11Session, in setupPkcs11ObjectForAesCmac()1273 CK_FUNCTION_LIST_PTR pFunctionList = NULL; in generateRandomNumber() local1278 pkcs11Status = C_GetFunctionList( &pFunctionList ); in generateRandomNumber()1282 configASSERT( pFunctionList != NULL ); in generateRandomNumber()1303 if( pFunctionList->C_GenerateRandom( session, in generateRandomNumber()1314 if( pFunctionList->C_CloseSession( session ) != CKR_OK ) in generateRandomNumber()
Completed in 6 milliseconds