Home
last modified time | relevance | path

Searched refs:HWAES_ctr32_encrypt_blocks (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c28 # ifdef HWAES_ctr32_encrypt_blocks in aes_gcm_initkey()
30 HWAES_ctr32_encrypt_blocks); in aes_gcm_initkey()
H A Dcipher_aes_hw.c82 # ifdef HWAES_ctr32_encrypt_blocks in cipher_hw_aes_initkey()
84 dat->stream.ctr = (ctr128_f)HWAES_ctr32_encrypt_blocks; in cipher_hw_aes_initkey()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes.c174 # define HWAES_ctr32_encrypt_blocks aes_p8_ctr32_encrypt_blocks macro
591 # define HWAES_ctr32_encrypt_blocks aes_fx_ctr32_encrypt_blocks macro
2563 # define HWAES_ctr32_encrypt_blocks aes_v8_ctr32_encrypt_blocks macro
2579 void HWAES_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
2659 # ifdef HWAES_ctr32_encrypt_blocks in aes_init_key()
2661 dat->stream.ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks; in aes_init_key()
3001 # ifdef HWAES_ctr32_encrypt_blocks in aes_gcm_init_key()
3002 gctx->ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks; in aes_gcm_init_key()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes.c2369 # ifdef HWAES_ctr32_encrypt_blocks in aes_init_key()
2371 dat->stream.ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks; in aes_init_key()
2717 # ifdef HWAES_ctr32_encrypt_blocks in aes_gcm_init_key()
2718 gctx->ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks; in aes_gcm_init_key()