Searched refs:HWAES_xts_decrypt (Results 1 – 3 of 3) sorted by relevance
56 # ifdef HWAES_xts_decrypt in cipher_hw_aes_xts_generic_initkey()57 stream_dec = HWAES_xts_decrypt; in cipher_hw_aes_xts_generic_initkey()
77 # define HWAES_xts_decrypt aes_p8_xts_decrypt macro99 # define HWAES_xts_decrypt aes_v8_xts_decrypt macro424 void HWAES_xts_decrypt(const unsigned char *inp, unsigned char *out,
3173 # ifdef HWAES_xts_decrypt in aes_xts_init_key()3174 xctx->stream = HWAES_xts_decrypt; in aes_xts_init_key()