Searched refs:pAuthKey (Results 1 – 1 of 1) sorted by relevance
228 uint8_t pAuthKey[ AES_CMAC_AUTHENTICATION_KEY_SIZE ]; member1003 pAuthContext->pAuthKey[ index / 2 ] = byteVal; in populateAuthContextForServer()1010 memset( pAuthContext->pAuthKey, 0, sizeof( pAuthContext->pAuthKey ) ); in populateAuthContextForServer()1039 aes_cmac_template[ 6 ].pValue = ( uint8_t * ) ( pAuthContext->pAuthKey ); in setupPkcs11ObjectForAesCmac()1040 aes_cmac_template[ 6 ].ulValueLen = sizeof( pAuthContext->pAuthKey ); in setupPkcs11ObjectForAesCmac()
Completed in 7 milliseconds