Searched refs:aes256_t4_ctr32_encrypt (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_t4.inc | 31 ctr = (ctr128_f)aes256_t4_ctr32_encrypt;
|
H A D | cipher_aes_hw_t4.inc | 71 dat->stream.ctr = (ctr128_f)aes256_t4_ctr32_encrypt;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_aes.c | 636 void aes256_t4_ctr32_encrypt(const unsigned char *in, unsigned char *out, 706 dat->stream.ctr = (ctr128_f) aes256_t4_ctr32_encrypt; in aes_t4_init_key() 770 gctx->ctr = (ctr128_f) aes256_t4_ctr32_encrypt; in aes_t4_gcm_init_key()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
H A D | aest4-sparcv9.S | 2608 .globl aes256_t4_ctr32_encrypt symbol 2610 aes256_t4_ctr32_encrypt: label 2873 .type aes256_t4_ctr32_encrypt,#function 2874 .size aes256_t4_ctr32_encrypt,.-aes256_t4_ctr32_encrypt
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/ |
H A D | aest4-sparcv9.S | 2605 .globl aes256_t4_ctr32_encrypt symbol 2607 aes256_t4_ctr32_encrypt: label 2870 .type aes256_t4_ctr32_encrypt,#function 2871 .size aes256_t4_ctr32_encrypt,.-aes256_t4_ctr32_encrypt
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ |
H A D | aest4-sparcv9.S | 2608 .globl aes256_t4_ctr32_encrypt symbol 2610 aes256_t4_ctr32_encrypt: label 2873 .type aes256_t4_ctr32_encrypt,#function 2874 .size aes256_t4_ctr32_encrypt,.-aes256_t4_ctr32_encrypt
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/ |
H A D | aest4-sparcv9.S | 2605 .globl aes256_t4_ctr32_encrypt symbol 2607 aes256_t4_ctr32_encrypt: label 2870 .type aes256_t4_ctr32_encrypt,#function 2871 .size aes256_t4_ctr32_encrypt,.-aes256_t4_ctr32_encrypt
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_aes.c | 501 dat->stream.ctr = (ctr128_f) aes256_t4_ctr32_encrypt; in aes_t4_init_key() 565 gctx->ctr = (ctr128_f) aes256_t4_ctr32_encrypt; in aes_t4_gcm_init_key()
|