Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c69 stream_dec = ossl_bsaes_xts_decrypt; in cipher_hw_aes_xts_generic_initkey()
/freebsd/crypto/openssl/include/crypto/
H A Daes_platform.h42 void ossl_bsaes_xts_decrypt(const unsigned char *inp, unsigned char *out,
/freebsd/sys/crypto/openssl/amd64/
H A Dbsaes-x86_64.S2045 .globl ossl_bsaes_xts_decrypt
2046 .type ossl_bsaes_xts_decrypt,@function
2048 ossl_bsaes_xts_decrypt: label
2543 .size ossl_bsaes_xts_decrypt,.-ossl_bsaes_xts_decrypt
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c3187 xctx->stream = enc ? ossl_bsaes_xts_encrypt : ossl_bsaes_xts_decrypt; in aes_xts_init_key()