AES SIV (RFC 5297)
More...
Go to the source code of this file.
|
int | aes_siv_encrypt (const u8 *key, const u8 *pw, size_t pwlen, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) |
|
int | aes_siv_decrypt (const u8 *key, const u8 *iv_crypt, size_t iv_c_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) |
|