Home
last modified time | relevance | path

Searched refs:EVP_CIPH_CTR_MODE (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw.c83 if (dat->mode == EVP_CIPH_CTR_MODE) in cipher_hw_aes_initkey()
91 if (BSAES_CAPABLE && dat->mode == EVP_CIPH_CTR_MODE) { in cipher_hw_aes_initkey()
111 if (dat->mode == EVP_CIPH_CTR_MODE) in cipher_hw_aes_initkey()
H A Dcipher_aes_hw_t4.inc54 else if (dat->mode == EVP_CIPH_CTR_MODE)
62 else if (dat->mode == EVP_CIPH_CTR_MODE)
70 else if (dat->mode == EVP_CIPH_CTR_MODE)
H A Dcipher_camellia_hw_t4.inc34 else if (mode == EVP_CIPH_CTR_MODE)
43 else if (mode == EVP_CIPH_CTR_MODE)
H A Dcipher_aes_hw_aesni.inc41 else if (dat->mode == EVP_CIPH_CTR_MODE)
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c140 { NID_aes_128_ctr, 16, 128 / 8, 16, EVP_CIPH_CTR_MODE, CRYPTO_AES_CTR },
141 { NID_aes_192_ctr, 16, 192 / 8, 16, EVP_CIPH_CTR_MODE, CRYPTO_AES_CTR },
142 { NID_aes_256_ctr, 16, 256 / 8, 16, EVP_CIPH_CTR_MODE, CRYPTO_AES_CTR },
274 case EVP_CIPH_CTR_MODE: in cipher_do_cipher()
302 case EVP_CIPH_CTR_MODE: in cipher_do_cipher()
479 cipher_mode == EVP_CIPH_CTR_MODE ? 1 : in prepare_cipher_methods()
491 cipher_mode == EVP_CIPH_CTR_MODE ? in prepare_cipher_methods()
H A De_padlock.c631 if (mode == EVP_CIPH_OFB_MODE || mode == EVP_CIPH_CTR_MODE) in padlock_aes_init_key()
H A De_dasync.c311 | EVP_CIPH_CTR_MODE in bind_dasync()
/freebsd/crypto/openssl/crypto/evp/
H A De_sm4.c94 EVP_CIPH_CTR_MODE,
H A De_camellia.c87 else if (mode == EVP_CIPH_CTR_MODE) in cmll_t4_init_key()
96 else if (mode == EVP_CIPH_CTR_MODE) in cmll_t4_init_key()
H A De_aes.c166 else if (mode == EVP_CIPH_CTR_MODE) in aesni_init_key()
484 else if (mode == EVP_CIPH_CTR_MODE) in aes_t4_init_key()
492 else if (mode == EVP_CIPH_CTR_MODE) in aes_t4_init_key()
500 else if (mode == EVP_CIPH_CTR_MODE) in aes_t4_init_key()
2370 if (mode == EVP_CIPH_CTR_MODE) in aes_init_key()
2378 if (BSAES_CAPABLE && mode == EVP_CIPH_CTR_MODE) { in aes_init_key()
2402 if (mode == EVP_CIPH_CTR_MODE) in aes_init_key()
H A Devp_enc.c406 case EVP_CIPH_CTR_MODE: in evp_cipher_init_internal()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod97 EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE, EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE,
H A DEVP_EncryptInit.pod580 EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE,
/freebsd/crypto/openssl/include/openssl/
H A Devp.h304 # define EVP_CIPH_CTR_MODE 0x5 macro