Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_aes_xts.c55 static void aes_xts_encrypt(void *, const uint8_t *, uint8_t *);
72 .encrypt = aes_xts_encrypt,
144 aes_xts_encrypt(void *key, const uint8_t *in, uint8_t *out) in aes_xts_encrypt() function