nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_aes_ecb_decrypt()

void ocrypto_aes_ecb_decrypt ( uint8_t *  pt,
const uint8_t *  ct,
size_t  ct_len,
const uint8_t *  key,
size_t  size 
)

#include <crypto/nrf_oberon/include/ocrypto_aes_ecb.h>

AES-ECB decryption.

Parameters
[out]ptPlaintext.
ctCiphertext.
ct_lenLength of ct and pt.
keyAES key.
sizeKey size (16, 24, or 32).
Remarks
ct may be same as pt.