Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Dcmac.c86 aes_encrypt( in, in, &ctx->rijndael ); in AES_CMAC_Update()
98 aes_encrypt( in, in, &ctx->rijndael ); in AES_CMAC_Update()
116 aes_encrypt( K, K, &ctx->rijndael ); in AES_CMAC_Final()
152 aes_encrypt( in, digest, &ctx->rijndael ); in AES_CMAC_Final()
Daes.h94 return_type aes_encrypt( const uint8_t in[N_BLOCK],
Dsoft-se.c261 aes_encrypt( &buffer[block], &encBuffer[block], &aesContext ); in SecureElementAesEncrypt()
Daes.c568 return_type aes_encrypt( const uint8_t in[N_BLOCK], uint8_t out[N_BLOCK], const aes_context ctx[1]… function
604 if(aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS)