Home
last modified time | relevance | path

Searched refs:AES_CMAC_SetKey (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/peripherals/soft-se/
Dcmac.h59 void AES_CMAC_SetKey(AES_CMAC_CTX * ctx, const uint8_t key[AES_CMAC_KEY_LENGTH]);
Dcmac.c66 void AES_CMAC_SetKey( AES_CMAC_CTX* ctx, const uint8_t key[AES_CMAC_KEY_LENGTH] ) in AES_CMAC_SetKey() function
Dsoft-se.c96 AES_CMAC_SetKey( aesCmacCtx, keyItem->KeyValue ); in ComputeCmac()