Searched refs:EVP_CIPH_CTR_MODE (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 83 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 D | cipher_aes_hw_t4.inc | 54 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 D | cipher_camellia_hw_t4.inc | 34 else if (mode == EVP_CIPH_CTR_MODE) 43 else if (mode == EVP_CIPH_CTR_MODE)
|
H A D | cipher_aes_hw_aesni.inc | 41 else if (dat->mode == EVP_CIPH_CTR_MODE)
|
/freebsd/crypto/openssl/engines/ |
H A D | e_devcrypto.c | 140 { 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 D | e_padlock.c | 631 if (mode == EVP_CIPH_OFB_MODE || mode == EVP_CIPH_CTR_MODE) in padlock_aes_init_key()
|
H A D | e_dasync.c | 311 | EVP_CIPH_CTR_MODE in bind_dasync()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_sm4.c | 94 EVP_CIPH_CTR_MODE,
|
H A D | e_camellia.c | 87 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 D | e_aes.c | 166 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 D | evp_enc.c | 406 case EVP_CIPH_CTR_MODE: in evp_cipher_init_internal()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_CIPHER_meth_new.pod | 97 EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE, EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE,
|
H A D | EVP_EncryptInit.pod | 580 EVP_CIPH_CTR_MODE, EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE, EVP_CIPH_XTS_MODE,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 304 # define EVP_CIPH_CTR_MODE 0x5 macro
|