Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_xts.c107 aes_xts_crypt(struct aes_xts_ctx *ctx, const uint8_t *in, uint8_t *out, in aes_xts_crypt() function
146 aes_xts_crypt(key, in, out, AES_XTS_BLOCKSIZE, true); in aes_xts_encrypt()
152 aes_xts_crypt(key, in, out, AES_XTS_BLOCKSIZE, false); in aes_xts_decrypt()
158 aes_xts_crypt(vctx, in, out, len, true); in aes_xts_encrypt_multi()
164 aes_xts_crypt(vctx, in, out, len, false); in aes_xts_decrypt_multi()