/third_party/curl/lib/ |
H A 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/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
H A D | cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
H A D | cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
H A D | cipher_tdes_default_hw.c | 139 PROV_CIPHER_HW_tdes_mode(ede3, cfb) 146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
H A D | cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
H A D | cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
H A D | cipher_tdes_default_hw.c | 139 PROV_CIPHER_HW_tdes_mode(ede3, cfb) 146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
|
/third_party/node/deps/openssl/openssl/engines/ |
H A 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/ |
H A 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/ |
H A D | evp.h | 272 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 460 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|
/third_party/openssl/include/crypto/ |
H A D | evp.h | 460 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_camellia.c | 186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
H A D | e_aes.c | 2302 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
/third_party/openssl/crypto/evp/ |
H A D | e_camellia.c | 186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
H A D | e_aes.c | 2308 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|