Searched refs:ossl_bsaes_xts_decrypt (Results 1 – 4 of 4) sorted by relevance
69 stream_dec = ossl_bsaes_xts_decrypt; in cipher_hw_aes_xts_generic_initkey()
42 void ossl_bsaes_xts_decrypt(const unsigned char *inp, unsigned char *out,
2045 .globl ossl_bsaes_xts_decrypt2046 .type ossl_bsaes_xts_decrypt,@function2048 ossl_bsaes_xts_decrypt: label2543 .size ossl_bsaes_xts_decrypt,.-ossl_bsaes_xts_decrypt
3187 xctx->stream = enc ? ossl_bsaes_xts_encrypt : ossl_bsaes_xts_decrypt; in aes_xts_init_key()