Searched refs:EVP_CIPH_ECB_MODE (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 28 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 40 if (dat->mode == EVP_CIPH_ECB_MODE) in cipher_hw_aes_initkey() 78 if (dat->mode == EVP_CIPH_ECB_MODE) in cipher_hw_aes_initkey()
|
H A D | cipher_sm4_hw.c | 21 || (ctx->mode != EVP_CIPH_ECB_MODE in cipher_hw_sm4_initkey()
|
H A D | cipher_aria_hw.c | 20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
|
H A D | cipher_camellia_hw.c | 33 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) { in cipher_hw_camellia_initkey()
|
H A D | cipher_camellia_hw_t4.inc | 28 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) {
|
H A D | cipher_aes_hw_aesni.inc | 30 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE)
|
H A D | cipher_aes_hw_t4.inc | 25 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE)
|
H A D | ciphercommon.c | 201 if (iv != NULL && ctx->mode != EVP_CIPH_ECB_MODE) { in cipher_generic_init_internal()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_camellia.c | 63 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 206 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in camellia_init_key()
|
H A D | e_aria.c | 67 if (enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in aria_init_key()
|
H A D | e_aes.c | 151 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aesni_init_key() 455 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 2314 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aes_init_key()
|
H A D | evp_enc.c | 386 case EVP_CIPH_ECB_MODE: in evp_cipher_init_internal()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_devcrypto.c | 149 { NID_aes_128_ecb, 16, 128 / 8, 0, EVP_CIPH_ECB_MODE, CRYPTO_AES_ECB }, 150 { NID_aes_192_ecb, 16, 192 / 8, 0, EVP_CIPH_ECB_MODE, CRYPTO_AES_ECB }, 151 { NID_aes_256_ecb, 16, 256 / 8, 0, EVP_CIPH_ECB_MODE, CRYPTO_AES_ECB },
|
H A D | e_padlock.c | 657 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in padlock_aes_init_key()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_CIPHER_meth_new.pod | 96 =item EVP_CIPH_STREAM_CIPHER, EVP_CIPH_ECB_MODE EVP_CIPH_CBC_MODE,
|
H A D | EVP_EncryptInit.pod | 579 EVP_CIPH_ECB_MODE, EVP_CIPH_CBC_MODE, EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 300 # define EVP_CIPH_ECB_MODE 0x1 macro
|