Home
last modified time | relevance | path

Searched refs:aes_set_key (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/peripherals/soft-se/
Daes.h87 return_type aes_set_key( const uint8_t key[],
Dcmac.c68 aes_set_key( key, AES_CMAC_KEY_LENGTH, &ctx->rijndael ); in AES_CMAC_SetKey()
Dsoft-se.c255 aes_set_key( pItem->KeyValue, 16, &aesContext ); in SecureElementAesEncrypt()
Daes.c513 return_type aes_set_key( const uint8_t key[], length_type keylen, aes_context ctx[1] ) function