Home
last modified time | relevance | path

Searched refs:EVP_CIPH_ECB_MODE (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw.c28 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 Dcipher_sm4_hw.c21 || (ctx->mode != EVP_CIPH_ECB_MODE in cipher_hw_sm4_initkey()
H A Dcipher_aria_hw.c20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
H A Dcipher_camellia_hw.c33 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) { in cipher_hw_camellia_initkey()
H A Dcipher_camellia_hw_t4.inc28 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) {
H A Dcipher_aes_hw_aesni.inc30 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE)
H A Dcipher_aes_hw_t4.inc25 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE)
H A Dciphercommon.c201 if (iv != NULL && ctx->mode != EVP_CIPH_ECB_MODE) { in cipher_generic_init_internal()
/freebsd/crypto/openssl/crypto/evp/
H A De_camellia.c63 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 De_aria.c67 if (enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in aria_init_key()
H A De_aes.c151 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 Devp_enc.c386 case EVP_CIPH_ECB_MODE: in evp_cipher_init_internal()
/freebsd/crypto/openssl/engines/
H A De_devcrypto.c149 { 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 De_padlock.c657 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in padlock_aes_init_key()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod96 =item EVP_CIPH_STREAM_CIPHER, EVP_CIPH_ECB_MODE EVP_CIPH_CBC_MODE,
H A DEVP_EncryptInit.pod579 EVP_CIPH_ECB_MODE, EVP_CIPH_CBC_MODE, EVP_CIPH_CFB_MODE, EVP_CIPH_OFB_MODE,
/freebsd/crypto/openssl/include/openssl/
H A Devp.h300 # define EVP_CIPH_ECB_MODE 0x1 macro