Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_gcm_hw.c28 # ifdef HWAES_ctr32_encrypt_blocks in aes_gcm_initkey()
30 HWAES_ctr32_encrypt_blocks); in aes_gcm_initkey()
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()
/openssl-master/include/crypto/
A Daes_platform.h74 # define HWAES_ctr32_encrypt_blocks aes_p8_ctr32_encrypt_blocks macro
99 # define HWAES_ctr32_encrypt_blocks aes_v8_ctr32_encrypt_blocks macro
245 # define HWAES_ctr32_encrypt_blocks aes_fx_ctr32_encrypt_blocks macro
416 void HWAES_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
/openssl-master/crypto/evp/
A De_aes.c2375 # ifdef HWAES_ctr32_encrypt_blocks in aes_init_key()
2377 dat->stream.ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks; in aes_init_key()
2723 # ifdef HWAES_ctr32_encrypt_blocks in aes_gcm_init_key()
2724 gctx->ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks; in aes_gcm_init_key()

Completed in 11 milliseconds