Home
last modified time | relevance | path

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 Dcipher_aes_gcm_hw_t4.inc31 ctr = (ctr128_f)aes256_t4_ctr32_encrypt;
H A Dcipher_aes_hw_t4.inc71 dat->stream.ctr = (ctr128_f)aes256_t4_ctr32_encrypt;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes.c636 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 Daest4-sparcv9.S2608 .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 Daest4-sparcv9.S2605 .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 Daest4-sparcv9.S2608 .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 Daest4-sparcv9.S2605 .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 De_aes.c501 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()