Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_xts_hw.c53 # ifdef HWAES_xts_encrypt in cipher_hw_aes_xts_generic_initkey()
54 stream_enc = HWAES_xts_encrypt; in cipher_hw_aes_xts_generic_initkey()
/openssl-master/include/crypto/
A Daes_platform.h75 # define HWAES_xts_encrypt aes_p8_xts_encrypt macro
96 # define HWAES_xts_encrypt aes_v8_xts_encrypt macro
419 void HWAES_xts_encrypt(const unsigned char *inp, unsigned char *out,
/openssl-master/crypto/evp/
A De_aes.c3173 # ifdef HWAES_xts_encrypt in aes_xts_init_key()
3174 xctx->stream = HWAES_xts_encrypt; in aes_xts_init_key()

Completed in 12 milliseconds