Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_aes_xts.c58 static void aes_xts_decrypt(void *, const uint8_t *, uint8_t *);
71 .decrypt = aes_xts_decrypt,
138 aes_xts_decrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_decrypt() function