Searched refs:AES_CMAC_SetKey (Results 1 – 3 of 3) sorted by relevance
59 void AES_CMAC_SetKey(AES_CMAC_CTX * ctx, const uint8_t key[AES_CMAC_KEY_LENGTH]);
66 void AES_CMAC_SetKey( AES_CMAC_CTX* ctx, const uint8_t key[AES_CMAC_KEY_LENGTH] ) in AES_CMAC_SetKey() function
96 AES_CMAC_SetKey( aesCmacCtx, keyItem->KeyValue ); in ComputeCmac()