Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_xts.c56 static void aes_xts_decrypt(void *, const uint8_t *, uint8_t *);
73 .decrypt = aes_xts_decrypt,
150 aes_xts_decrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_decrypt() function