Searched refs:AES_xts_encrypt (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts_hw.c | 47 stream_enc = AES_xts_encrypt; in cipher_hw_aes_xts_generic_initkey()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts_hw.c | 47 stream_enc = AES_xts_encrypt; in cipher_hw_aes_xts_generic_initkey()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | aes_platform.h | 54 void AES_xts_encrypt(const unsigned char *inp, unsigned char *out, size_t len,
|
/third_party/openssl/include/crypto/ |
H A D | aes_platform.h | 54 void AES_xts_encrypt(const unsigned char *inp, unsigned char *out, size_t len,
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-s390x.pl | 1628 # void AES_xts_encrypt(const unsigned char *inp, unsigned char *out, 1802 .globl AES_xts_encrypt 1803 .type AES_xts_encrypt,\@function 1805 AES_xts_encrypt: label 1995 .size AES_xts_encrypt,.-AES_xts_encrypt
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-s390x.pl | 1628 # void AES_xts_encrypt(const unsigned char *inp, unsigned char *out, 1802 .globl AES_xts_encrypt 1803 .type AES_xts_encrypt,\@function 1805 AES_xts_encrypt: label 1995 .size AES_xts_encrypt,.-AES_xts_encrypt
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 3157 xctx->stream = enc ? AES_xts_encrypt : AES_xts_decrypt; in aes_xts_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 3163 xctx->stream = enc ? AES_xts_encrypt : AES_xts_decrypt; in aes_xts_init_key()
|
Completed in 16 milliseconds