Searched refs:fetched (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/test/ |
H A D | namemap_internal_test.c | 135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a() local 138 if (!TEST_ptr(fetched)) in test_cipher_is_a() 140 if (!TEST_true(EVP_CIPHER_is_a(fetched, "id-aes256-CCM")) in test_cipher_is_a() 141 || !TEST_false(EVP_CIPHER_is_a(fetched, "AES-128-GCM"))) in test_cipher_is_a() 147 EVP_CIPHER_free(fetched); in test_cipher_is_a() 157 EVP_MD *fetched = EVP_MD_fetch(NULL, "SHA2-512", NULL); in test_digest_is_a() local 160 if (!TEST_ptr(fetched)) in test_digest_is_a() 162 if (!TEST_true(EVP_MD_is_a(fetched, "SHA512")) in test_digest_is_a() 163 || !TEST_false(EVP_MD_is_a(fetched, "SHA1"))) in test_digest_is_a() 169 EVP_MD_free(fetched); in test_digest_is_a() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_enummediatypes.c | 30 AM_MEDIA_TYPE **types, unsigned long *fetched) in DECLARE_ADDREF() 47 if (fetched) in DECLARE_ADDREF() 48 *fetched = count; in DECLARE_ADDREF()
|
H A D | dshow_enumpins.c | 30 unsigned long *fetched) in DECLARE_ADDREF() 42 if (fetched) in DECLARE_ADDREF() 43 *fetched = count; in DECLARE_ADDREF()
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 306 my $fetched; 324 $fetched = 1; 343 # If nothing was fetched then use LWP 344 if(!$fetched) { 366 $fetched = 1;
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 62 EVP_MD *fetched = NULL; in pkcs7_bio_add_digest() local 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 75 if (fetched != NULL) in pkcs7_bio_add_digest() 76 md = fetched; in pkcs7_bio_add_digest() 89 EVP_MD_free(fetched); in pkcs7_bio_add_digest() 92 EVP_MD_free(fetched); in pkcs7_bio_add_digest()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 62 EVP_MD *fetched = NULL; in pkcs7_bio_add_digest() local 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 75 if (fetched != NULL) in pkcs7_bio_add_digest() 76 md = fetched; in pkcs7_bio_add_digest() 89 EVP_MD_free(fetched); in pkcs7_bio_add_digest() 92 EVP_MD_free(fetched); in pkcs7_bio_add_digest()
|
/third_party/node/src/crypto/ |
H A D | crypto_util.h | 660 TypeName* fetched = fetch_type(nullptr, real_name, nullptr); in array_push_back() 661 if (!fetched) in array_push_back() 664 free_type(fetched); in array_push_back()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 703 so supplemental metadata must be fetched from the registry.
|
Completed in 7 milliseconds