Home
last modified time | relevance | path

Searched refs:cfb (Results 1 - 18 of 18) sorted by relevance

/third_party/curl/lib/
H A Dcf-https-connect.c364 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 Dcipher_aes.c17 /* 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 Dcipher_aria.c10 /* 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 Dcipher_camellia.c16 /* 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 Dcipher_tdes_default_hw.c139 PROV_CIPHER_HW_tdes_mode(ede3, cfb)
146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes.c17 /* 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 Dcipher_aria.c10 /* 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 Dcipher_camellia.c16 /* 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 Dcipher_tdes_default_hw.c139 PROV_CIPHER_HW_tdes_mode(ede3, cfb)
146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
/third_party/node/deps/openssl/openssl/engines/
H A De_padlock.c530 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 De_padlock.c530 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 Devp.h272 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h460 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
/third_party/openssl/include/crypto/
H A Devp.h460 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2302 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/third_party/openssl/crypto/evp/
H A De_camellia.c186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2308 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \

Completed in 21 milliseconds