Searched refs:aes_t4_decrypt (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 94 aes_t4_encrypt, aes_t4_decrypt, NULL, NULL); in cipher_hw_aes_ocb_t4_initkey()
|
H A D | cipher_aes_xts_hw.c | 147 aes_t4_encrypt, aes_t4_decrypt, in cipher_hw_aes_xts_t4_initkey()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 94 aes_t4_encrypt, aes_t4_decrypt, NULL, NULL); in cipher_hw_aes_ocb_t4_initkey()
|
H A D | cipher_aes_xts_hw.c | 147 aes_t4_encrypt, aes_t4_decrypt, in cipher_hw_aes_xts_t4_initkey()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 184 .globl aes_t4_decrypt 186 aes_t4_decrypt: label 259 .type aes_t4_decrypt,#function 260 .size aes_t4_decrypt,.-aes_t4_decrypt 847 AES_decrypt=aes_t4_decrypt
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 184 .globl aes_t4_decrypt 186 aes_t4_decrypt: label 259 .type aes_t4_decrypt,#function 260 .size aes_t4_decrypt,.-aes_t4_decrypt 847 AES_decrypt=aes_t4_decrypt
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | aes_platform.h | 251 void aes_t4_decrypt(const unsigned char *in, unsigned char *out,
|
/third_party/openssl/include/crypto/ |
H A D | aes_platform.h | 251 void aes_t4_decrypt(const unsigned char *in, unsigned char *out,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 459 dat->block = (block128_f) aes_t4_decrypt; in aes_t4_init_key() 638 xctx->xts.block1 = (block128_f) aes_t4_decrypt; in aes_t4_xts_init_key() 715 (block128_f) aes_t4_decrypt, in aes_t4_ocb_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 459 dat->block = (block128_f) aes_t4_decrypt; in aes_t4_init_key() 638 xctx->xts.block1 = (block128_f) aes_t4_decrypt; in aes_t4_xts_init_key() 715 (block128_f) aes_t4_decrypt, in aes_t4_ocb_init_key()
|
Completed in 19 milliseconds