Searched refs:bsaes_xts_decrypt (Results 1 – 3 of 3) sorted by relevance
2022 .globl bsaes_xts_decrypt2023 .type bsaes_xts_decrypt,%function2025 bsaes_xts_decrypt: label2529 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt
1969 .globl bsaes_xts_decrypt1970 .type bsaes_xts_decrypt,@function1972 bsaes_xts_decrypt: label2445 .size bsaes_xts_decrypt,.-bsaes_xts_decrypt
148 void bsaes_xts_decrypt(const unsigned char *inp, unsigned char *out,1683 xctx->stream = enc ? bsaes_xts_encrypt : bsaes_xts_decrypt; in aes_xts_init_key()