Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_icm.c68 static void aes_icm_crypt_last(void *, const uint8_t *, uint8_t *, size_t);
95 .encrypt_last = aes_icm_crypt_last,
96 .decrypt_last = aes_icm_crypt_last,
115 .encrypt_last = aes_icm_crypt_last,
116 .decrypt_last = aes_icm_crypt_last,
136 .encrypt_last = aes_icm_crypt_last,
137 .decrypt_last = aes_icm_crypt_last,
196 aes_icm_crypt_last(key, in, out, AESICM_BLOCKSIZE); in aes_icm_crypt()
231 aes_icm_crypt_last(void *key, const uint8_t *in, uint8_t *out, size_t len) in aes_icm_crypt_last() function