nrfxlib API 0.1.0
|
void ocrypto_aes_cbc_pkcs_final_enc | ( | ocrypto_aes_cbc_pkcs_ctx * | ctx, |
uint8_t | ct[16] | ||
) |
#include <crypto/nrf_oberon/include/ocrypto_aes_cbc_pkcs.h>
AES-CBC-PKCS7 final encryption output.
ctx | Context. | |
[out] | ct | Last ciphertext block. |