Home
last modified time | relevance | path

Searched refs:ecb (Results 26 - 50 of 110) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c666 char *ecb; in drbg_ctr_set_ctx_params() local
696 if ((ecb = OPENSSL_strndup(base, p->data_size)) == NULL) { in drbg_ctr_set_ctx_params()
700 strcpy(ecb + p->data_size - ecb_str_len, "ECB"); in drbg_ctr_set_ctx_params()
704 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params()
705 OPENSSL_free(ecb); in drbg_ctr_set_ctx_params()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c666 char *ecb; in drbg_ctr_set_ctx_params() local
696 if ((ecb = OPENSSL_strndup(base, p->data_size)) == NULL) { in drbg_ctr_set_ctx_params()
700 strcpy(ecb + p->data_size - ecb_str_len, "ECB"); in drbg_ctr_set_ctx_params()
704 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params()
705 OPENSSL_free(ecb); in drbg_ctr_set_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish_hw.c40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
H A Dcipher_cast5_hw.c40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
H A Dcipher_idea.c17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */
53 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
H A Dcipher_rc2_hw.c41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
H A Dcipher_seed.c10 /* Dispatch functions for Seed cipher modes ecb, cbc, ofb, cfb */
52 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block)
H A Dcipher_seed_hw.c40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
H A Dcipher_rc5_hw.c39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
H A Dcipher_blowfish.c10 /* Dispatch functions for Blowfish cipher modes ecb, cbc, ofb, cfb */
54 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ecb, ECB, BF_FLAGS, 128, 64, 0, block)
H A Dcipher_aria_hw.c47 PROV_CIPHER_HW_aria_mode(ecb)
H A Dcipher_cast5.c16 /* Dispatch functions for cast cipher modes ecb, cbc, ofb, cfb */
55 IMPLEMENT_var_keylen_cipher(cast5, CAST, ecb, ECB, CAST5_FLAGS, 128, 64, 0, block)
H A Dcipher_sm4.c10 /* Dispatch functions for cast cipher modes ecb, cbc, ofb, cfb */
46 IMPLEMENT_generic_cipher(sm4, SM4, ecb, ECB, 0, 128, 128, 0, block)
H A Dcipher_sm4_hw.c43 PROV_CIPHER_HW_sm4_mode(ecb)
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_cast5_hw.c40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
H A Dcipher_rc2_hw.c41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
H A Dcipher_blowfish_hw.c40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
H A Dcipher_idea.c17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */
53 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
H A Dcipher_seed.c10 /* Dispatch functions for Seed cipher modes ecb, cbc, ofb, cfb */
52 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block)
H A Dcipher_seed_hw.c40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
H A Dcipher_rc5_hw.c39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
H A Dcipher_sm4.c10 /* Dispatch functions for cast cipher modes ecb, cbc, ofb, cfb */
46 IMPLEMENT_generic_cipher(sm4, SM4, ecb, ECB, 0, 128, 128, 0, block)
H A Dcipher_sm4_hw.c43 PROV_CIPHER_HW_sm4_mode(ecb)
H A Dcipher_cast5.c16 /* Dispatch functions for cast cipher modes ecb, cbc, ofb, cfb */
55 IMPLEMENT_var_keylen_cipher(cast5, CAST, ecb, ECB, CAST5_FLAGS, 128, 64, 0, block)
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A DMakefile5 nx-aes-ecb.o \

Completed in 9 milliseconds

12345