Searched refs:aes_encrypt (Results 1 – 4 of 4) sorted by relevance
/loramac-node-latest/src/peripherals/soft-se/ |
D | cmac.c | 86 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()
|
D | aes.h | 94 return_type aes_encrypt( const uint8_t in[N_BLOCK],
|
D | soft-se.c | 261 aes_encrypt( &buffer[block], &encBuffer[block], &aesContext ); in SecureElementAesEncrypt()
|
D | aes.c | 568 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)
|