Home
last modified time | relevance | path

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

/freebsd-11-stable/secure/lib/libcrypto/i386/
HDaesni-x86.S1406 .globl aesni_xts_decrypt
1407 .type aesni_xts_decrypt,@function
1409 aesni_xts_decrypt: label
1795 .size aesni_xts_decrypt,.-.L_aesni_xts_decrypt_begin
3855 .globl aesni_xts_decrypt
3856 .type aesni_xts_decrypt,@function
3858 aesni_xts_decrypt: label
4244 .size aesni_xts_decrypt,.-.L_aesni_xts_decrypt_begin
/freebsd-11-stable/secure/lib/libcrypto/amd64/
HDaesni-x86_64.S2034 .globl aesni_xts_decrypt
2035 .type aesni_xts_decrypt,@function
2037 aesni_xts_decrypt: label
2535 .size aesni_xts_decrypt,.-aesni_xts_decrypt
/freebsd-11-stable/crypto/openssl/crypto/evp/
HDe_aes.c229 void aesni_xts_decrypt(const unsigned char *in,
394 xctx->stream = aesni_xts_decrypt; in aesni_xts_init_key()