Home
last modified time | relevance | path

Searched refs:ecb (Results 51 - 75 of 110) sorted by relevance

12345

/third_party/openssl/providers/implementations/ciphers/
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 Dciphercommon_hw.c13 * 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 Dcipher_idea_hw.c63 PROV_CIPHER_HW_idea_mode_ex(ecb, ECB, IDEA2_ecb)
H A Dcipher_camellia_hw.c69 PROV_CIPHER_HW_camellia_mode(ecb)
H A Dcipher_tdes_hw.c97 PROV_CIPHER_HW_tdes_mode(ede3, ecb)
H A Dcipher_tdes_default_hw.c143 PROV_CIPHER_HW_tdes_mode(ede2, ecb)
H A Dcipher_rc5.c10 /* 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 Dciphercommon_hw.c13 * 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 Dcipher_camellia_hw.c69 PROV_CIPHER_HW_camellia_mode(ecb)
H A Dcipher_idea_hw.c63 PROV_CIPHER_HW_idea_mode_ex(ecb, ECB, IDEA2_ecb)
H A Dcipher_tdes_hw.c97 PROV_CIPHER_HW_tdes_mode(ede3, ecb)
H A Dcipher_rc5.c10 /* 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 Dcipher_tdes_default_hw.c143 PROV_CIPHER_HW_tdes_mode(ede2, ecb)
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A DMakefile5 nx-aes-ecb.o \
/kernel/linux/linux-5.10/drivers/crypto/
H A Dmxs-dcp.c107 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 Dmxs-dcp.c108 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 De_padlock.c528 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 De_padlock.c528 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 Dglue_helper.h24 common_glue_func_t ecb; member
/third_party/node/deps/openssl/openssl/engines/asm/
H A De_padlock-x86_64.pl40 %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 De_padlock-x86.pl49 %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 De_padlock-x86_64.pl40 %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 Daha1740.h105 struct ecb { /* Enhanced Control Block 6.1 */ struct
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha1740.h105 struct ecb { /* Enhanced Control Block 6.1 */ struct

Completed in 15 milliseconds

12345