Home
last modified time | relevance | path

Searched refs:EVP_CIPH_ECB_MODE (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/openssl/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_aria_hw.c20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
H A Dcipher_sm4_hw.c21 || (ctx->mode != EVP_CIPH_ECB_MODE in cipher_hw_sm4_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 Dciphercommon.c201 if (iv != NULL && ctx->mode != EVP_CIPH_ECB_MODE) { in cipher_generic_init_internal()
/third_party/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 Dciphercommon.c198 if (iv != NULL && ctx->mode != EVP_CIPH_ECB_MODE) { in cipher_generic_init_internal()
/third_party/node/deps/openssl/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 Devp_enc.c386 case EVP_CIPH_ECB_MODE: in evp_cipher_init_internal()
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()
/third_party/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 Devp_enc.c381 case EVP_CIPH_ECB_MODE: in evp_cipher_init_internal()
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()
2320 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aes_init_key()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc84 case EVP_CIPH_ECB_MODE: mode_label = "ecb"; break; in GetCipherInfo()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h236 # define EVP_CIPH_ECB_MODE 0x1 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h300 # define EVP_CIPH_ECB_MODE 0x1 macro

Completed in 33 milliseconds

12