/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 666 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 D | drbg_ctr.c | 666 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 D | cipher_blowfish_hw.c | 40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
|
H A D | cipher_cast5_hw.c | 40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
|
H A D | cipher_idea.c | 17 /* 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 D | cipher_rc2_hw.c | 41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
|
H A D | cipher_seed.c | 10 /* 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 D | cipher_seed_hw.c | 40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
|
H A D | cipher_rc5_hw.c | 39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
|
H A D | cipher_blowfish.c | 10 /* 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 D | cipher_aria_hw.c | 47 PROV_CIPHER_HW_aria_mode(ecb)
|
H A D | cipher_cast5.c | 16 /* 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 D | cipher_sm4.c | 10 /* 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 D | cipher_sm4_hw.c | 43 PROV_CIPHER_HW_sm4_mode(ecb)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_cast5_hw.c | 40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
|
H A D | cipher_rc2_hw.c | 41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
|
H A D | cipher_blowfish_hw.c | 40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
|
H A D | cipher_idea.c | 17 /* 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 D | cipher_seed.c | 10 /* 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 D | cipher_seed_hw.c | 40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
|
H A D | cipher_rc5_hw.c | 39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
|
H A D | cipher_sm4.c | 10 /* 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 D | cipher_sm4_hw.c | 43 PROV_CIPHER_HW_sm4_mode(ecb)
|
H A D | cipher_cast5.c | 16 /* 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 D | Makefile | 5 nx-aes-ecb.o \
|