Searched refs:aes_t4_encrypt (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 | 106 .globl aes_t4_encrypt 108 aes_t4_encrypt: label 181 .type aes_t4_encrypt,#function 182 .size aes_t4_encrypt,.-aes_t4_encrypt 845 AES_encrypt=aes_t4_encrypt
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 106 .globl aes_t4_encrypt 108 aes_t4_encrypt: label 181 .type aes_t4_encrypt,#function 182 .size aes_t4_encrypt,.-aes_t4_encrypt 845 AES_encrypt=aes_t4_encrypt
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | aes_platform.h | 249 void aes_t4_encrypt(const unsigned char *in, unsigned char *out,
|
/third_party/openssl/include/crypto/ |
H A D | aes_platform.h | 249 void aes_t4_encrypt(const unsigned char *in, unsigned char *out,
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 479 dat->block = (block128_f) aes_t4_encrypt; in aes_t4_init_key() 556 (block128_f) aes_t4_encrypt); in aes_t4_gcm_init_key() 625 xctx->xts.block1 = (block128_f) aes_t4_encrypt; in aes_t4_xts_init_key() 652 xctx->xts.block2 = (block128_f) aes_t4_encrypt; in aes_t4_xts_init_key() 679 &cctx->ks, (block128_f) aes_t4_encrypt); in aes_t4_ccm_init_key() 714 (block128_f) aes_t4_encrypt, in aes_t4_ocb_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 479 dat->block = (block128_f) aes_t4_encrypt; in aes_t4_init_key() 556 (block128_f) aes_t4_encrypt); in aes_t4_gcm_init_key() 625 xctx->xts.block1 = (block128_f) aes_t4_encrypt; in aes_t4_xts_init_key() 652 xctx->xts.block2 = (block128_f) aes_t4_encrypt; in aes_t4_xts_init_key() 679 &cctx->ks, (block128_f) aes_t4_encrypt); in aes_t4_ccm_init_key() 714 (block128_f) aes_t4_encrypt, in aes_t4_ocb_init_key()
|
Completed in 15 milliseconds