/third_party/openssl/providers/implementations/ciphers/ |
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 | ciphercommon_hw.c | 13 * The generic cipher functions for cipher modes cbc, ecb, ofb, cfb and ctr. 37 if (dat->stream.ecb) { in ossl_cipher_hw_generic_ecb() 38 (*dat->stream.ecb) (in, out, len, dat->ks, dat->enc); in ossl_cipher_hw_generic_ecb() 128 * The chunked cipher functions for cipher modes cbc, ecb, ofb, cfb and ctr.
|
H A D | cipher_idea_hw.c | 63 PROV_CIPHER_HW_idea_mode_ex(ecb, ECB, IDEA2_ecb)
|
H A D | cipher_camellia_hw.c | 69 PROV_CIPHER_HW_camellia_mode(ecb)
|
H A D | cipher_tdes_hw.c | 97 PROV_CIPHER_HW_tdes_mode(ede3, ecb)
|
H A D | cipher_tdes_default_hw.c | 143 PROV_CIPHER_HW_tdes_mode(ede2, ecb)
|
H A D | cipher_rc5.c | 10 /* Dispatch functions for RC5 cipher modes ecb, cbc, ofb, cfb */ 182 IMPLEMENT_cipher(rc5, RC5, ecb, ECB, RC5_FLAGS, 128, 64, 0, block)
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_hw.c | 13 * The generic cipher functions for cipher modes cbc, ecb, ofb, cfb and ctr. 37 if (dat->stream.ecb) { in ossl_cipher_hw_generic_ecb() 38 (*dat->stream.ecb) (in, out, len, dat->ks, dat->enc); in ossl_cipher_hw_generic_ecb() 128 * The chunked cipher functions for cipher modes cbc, ecb, ofb, cfb and ctr.
|
H A D | cipher_camellia_hw.c | 69 PROV_CIPHER_HW_camellia_mode(ecb)
|
H A D | cipher_idea_hw.c | 63 PROV_CIPHER_HW_idea_mode_ex(ecb, ECB, IDEA2_ecb)
|
H A D | cipher_tdes_hw.c | 97 PROV_CIPHER_HW_tdes_mode(ede3, ecb)
|
H A D | cipher_rc5.c | 10 /* Dispatch functions for RC5 cipher modes ecb, cbc, ofb, cfb */ 182 IMPLEMENT_cipher(rc5, RC5, ecb, ECB, RC5_FLAGS, 128, 64, 0, block)
|
H A D | cipher_tdes_default_hw.c | 143 PROV_CIPHER_HW_tdes_mode(ede2, ecb)
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | Makefile | 5 nx-aes-ecb.o \
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | mxs-dcp.c | 107 unsigned int ecb:1; member 267 if (rctx->ecb) in mxs_dcp_run_aes() 324 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt() 377 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt() 447 static int mxs_dcp_aes_enqueue(struct skcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue() argument 459 rctx->ecb = ecb; in mxs_dcp_aes_enqueue() 855 .base.cra_name = "ecb(aes)", 856 .base.cra_driver_name = "ecb-aes-dcp",
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | mxs-dcp.c | 108 unsigned int ecb:1; member 268 if (rctx->ecb) in mxs_dcp_run_aes() 325 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt() 378 if (!rctx->ecb) { in mxs_dcp_aes_block_crypt() 448 static int mxs_dcp_aes_enqueue(struct skcipher_request *req, int enc, int ecb) in mxs_dcp_aes_enqueue() argument 460 rctx->ecb = ecb; in mxs_dcp_aes_enqueue() 856 .base.cra_name = "ecb(aes)", 857 .base.cra_driver_name = "ecb-aes-dcp",
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_padlock.c | 528 DECLARE_AES_EVP(128, ecb, ECB) 534 DECLARE_AES_EVP(192, ecb, ECB) 540 DECLARE_AES_EVP(256, ecb, ECB)
|
/third_party/openssl/engines/ |
H A D | e_padlock.c | 528 DECLARE_AES_EVP(128, ecb, ECB) 534 DECLARE_AES_EVP(192, ecb, ECB) 540 DECLARE_AES_EVP(256, ecb, ECB)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | glue_helper.h | 24 common_glue_func_t ecb; member
|
/third_party/node/deps/openssl/openssl/engines/asm/ |
H A D | e_padlock-x86_64.pl | 40 %PADLOCK_PREFETCH=(ecb=>128, cbc=>64, ctr32=>32); # prefetch errata 385 $code.=<<___ if ($mode !~ /ecb|ctr/); 535 $code.=<<___ if ($mode !~ /ecb|ctr/); 569 &generate_mode("ecb",0xc8);
|
H A D | e_padlock-x86.pl | 49 %PADLOCK_PREFETCH=(ecb=>128, cbc=>64); # prefetch errata 295 if ($mode !~ /ecb|ctr/) { 386 if ($mode ne "ecb") { 421 &generate_mode("ecb",0xc8);
|
/third_party/openssl/engines/asm/ |
H A D | e_padlock-x86_64.pl | 40 %PADLOCK_PREFETCH=(ecb=>128, cbc=>64, ctr32=>32); # prefetch errata 385 $code.=<<___ if ($mode !~ /ecb|ctr/); 535 $code.=<<___ if ($mode !~ /ecb|ctr/); 569 &generate_mode("ecb",0xc8);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha1740.h | 105 struct ecb { /* Enhanced Control Block 6.1 */ struct
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha1740.h | 105 struct ecb { /* Enhanced Control Block 6.1 */ struct
|