/third_party/curl/lib/ |
D | cf-https-connect.c | 364 struct Curl_cfilter *cfb; in cf_get_max_baller_time() local 369 cfb = ctx->h21_baller.enabled? ctx->h21_baller.cf : NULL; in cf_get_max_baller_time() 370 if(cfb && !cfb->cft->query(cfb, data, query, NULL, &t)) { in cf_get_max_baller_time() 375 cfb = ctx->h3_baller.enabled? ctx->h3_baller.cf : NULL; in cf_get_max_baller_time() 376 if(cfb && !cfb->cft->query(cfb, data, query, NULL, &t)) { in cf_get_max_baller_time()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes.c | 71 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 256, 8, 128, stream) 73 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 192, 8, 128, stream) 75 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 128, 8, 128, stream)
|
D | cipher_aria.c | 64 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 256, 8, 128, stream) 66 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 192, 8, 128, stream) 68 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 128, 8, 128, stream)
|
D | cipher_camellia.c | 70 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 256, 8, 128, stream) 72 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 192, 8, 128, stream) 74 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 128, 8, 128, stream)
|
D | cipher_tdes_default.c | 22 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb, CFB, TDES_FLAGS, 64*3, 8, 64, stream); 35 IMPLEMENT_tdes_cipher(ede2, EDE2, cfb, CFB, TDES_FLAGS, 64*2, 8, 64, stream);
|
D | cipher_tdes_default_hw.c | 139 PROV_CIPHER_HW_tdes_mode(ede3, cfb) 146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
|
D | cipher_aes_hw_aesni.inc | 11 * AES-NI support for AES modes ecb, cbc, ofb, cfb, ctr.
|
D | cipher_aes_hw_t4.inc | 11 * Sparc t4 support for AES modes ecb, cbc, ofb, cfb, ctr.
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_camellia.c | 70 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 256, 8, 128, stream) 72 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 192, 8, 128, stream) 74 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 128, 8, 128, stream)
|
D | cipher_aes.c | 71 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 256, 8, 128, stream) 73 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 192, 8, 128, stream) 75 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 128, 8, 128, stream)
|
D | cipher_aria.c | 64 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 256, 8, 128, stream) 66 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 192, 8, 128, stream) 68 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 128, 8, 128, stream)
|
D | cipher_tdes_default.c | 22 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb, CFB, TDES_FLAGS, 64*3, 8, 64, stream); 35 IMPLEMENT_tdes_cipher(ede2, EDE2, cfb, CFB, TDES_FLAGS, 64*2, 8, 64, stream);
|
D | cipher_tdes_default_hw.c | 139 PROV_CIPHER_HW_tdes_mode(ede3, cfb) 146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
|
D | cipher_aes_hw_aesni.inc | 11 * AES-NI support for AES modes ecb, cbc, ofb, cfb, ctr.
|
D | cipher_aes_hw_t4.inc | 11 * Sparc t4 support for AES modes ecb, cbc, ofb, cfb, ctr.
|
D | cipher_aes_hw_s390x.inc | 11 * IBM S390X support for AES modes ecb, cbc, ofb, cfb, ctr.
|
/third_party/openssl/doc/man1/ |
D | openssl.pod | 391 =item B<aes128>, B<aes-128-cbc>, B<aes-128-cfb>, B<aes-128-ctr>, B<aes-128-ecb>, B<aes-128-ofb> 395 =item B<aes192>, B<aes-192-cbc>, B<aes-192-cfb>, B<aes-192-ctr>, B<aes-192-ecb>, B<aes-192-ofb> 399 =item B<aes256>, B<aes-256-cbc>, B<aes-256-cfb>, B<aes-256-ctr>, B<aes-256-ecb>, B<aes-256-ofb> 403 =item B<aria128>, B<aria-128-cbc>, B<aria-128-cfb>, B<aria-128-ctr>, B<aria-128-ecb>, B<aria-128-of… 407 =item B<aria192>, B<aria-192-cbc>, B<aria-192-cfb>, B<aria-192-ctr>, B<aria-192-ecb>, B<aria-192-of… 411 =item B<aria256>, B<aria-256-cbc>, B<aria-256-cfb>, B<aria-256-ctr>, B<aria-256-ecb>, B<aria-256-of… 419 =item B<bf>, B<bf-cbc>, B<bf-cfb>, B<bf-ecb>, B<bf-ofb> 423 =item B<camellia128>, B<camellia-128-cbc>, B<camellia-128-cfb>, B<camellia-128-ctr>, B<camellia-128… 427 =item B<camellia192>, B<camellia-192-cbc>, B<camellia-192-cfb>, B<camellia-192-ctr>, B<camellia-192… 431 =item B<camellia256>, B<camellia-256-cbc>, B<camellia-256-cfb>, B<camellia-256-ctr>, B<camellia-256… [all …]
|
D | openssl-enc.pod.in | 305 bf-cfb Blowfish in CFB mode 312 cast5-cfb CAST5 in CFB mode 320 des-cfb DES in CFB mode 326 des-ede-cfb Two key triple DES EDE in CFB mode 332 des-ede3-cfb Three key triple DES EDE CFB mode 342 idea-cfb IDEA in CFB mode 348 rc2-cfb 128 bit RC2 in CFB mode 360 rc5-cfb RC5 cipher in CFB mode 366 seed-cfb SEED cipher in CFB mode 372 sm4-cfb SM4 cipher in CFB mode [all …]
|
/third_party/openssl/crypto/objects/ |
D | objects.txt | 161 : CAST5-CFB : cast5-cfb 412 : RC2-CFB : rc2-cfb 423 : RC5-CFB : rc5-cfb 447 : IDEA-CFB : idea-cfb 454 : BF-CFB : bf-cfb 705 algorithm 9 : DES-CFB : des-cfb 717 : DES-EDE-CFB : des-ede-cfb 719 : DES-EDE3-CFB : des-ede3-cfb 939 aes 4 : AES-128-CFB : aes-128-cfb 950 aes 24 : AES-192-CFB : aes-192-cfb [all …]
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
D | objects.txt | 161 : CAST5-CFB : cast5-cfb 412 : RC2-CFB : rc2-cfb 423 : RC5-CFB : rc5-cfb 447 : IDEA-CFB : idea-cfb 454 : BF-CFB : bf-cfb 705 algorithm 9 : DES-CFB : des-cfb 717 : DES-EDE-CFB : des-ede-cfb 719 : DES-EDE3-CFB : des-ede3-cfb 939 aes 4 : AES-128-CFB : aes-128-cfb 950 aes 24 : AES-192-CFB : aes-192-cfb [all …]
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_padlock.c | 530 DECLARE_AES_EVP(128, cfb, CFB) 536 DECLARE_AES_EVP(192, cfb, CFB) 542 DECLARE_AES_EVP(256, cfb, CFB)
|
/third_party/openssl/engines/ |
D | e_padlock.c | 530 DECLARE_AES_EVP(128, cfb, CFB) 536 DECLARE_AES_EVP(192, cfb, CFB) 542 DECLARE_AES_EVP(256, cfb, CFB)
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | evp.h | 272 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | evp.h | 460 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|
/third_party/openssl/include/crypto/ |
D | evp.h | 460 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|