Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_aes_icm.c57 static void aes_icm_crypt_last(void *, const uint8_t *, uint8_t *, size_t);
76 .encrypt_last = aes_icm_crypt_last,
77 .decrypt_last = aes_icm_crypt_last,
93 .encrypt_last = aes_icm_crypt_last,
94 .decrypt_last = aes_icm_crypt_last,
109 .encrypt_last = aes_icm_crypt_last,
110 .decrypt_last = aes_icm_crypt_last,
160 aes_icm_crypt_last(key, in, out, AESICM_BLOCKSIZE); in aes_icm_crypt()
170 aes_icm_crypt_last(void *key, const uint8_t *in, uint8_t *out, size_t len) in aes_icm_crypt_last() function