Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 50) sorted by relevance

12

/openssl/test/
H A Dprovider_status_test.c150 EVP_MD *fetch = NULL; in test_provider_status() local
165 if (!TEST_ptr(fetch = EVP_MD_fetch(libctx, "SHA256", NULL))) in test_provider_status()
167 EVP_MD_free(fetch); in test_provider_status()
168 fetch = NULL; in test_provider_status()
194 if (!TEST_ptr_null(fetch = EVP_MD_fetch(libctx, "SHA256", NULL))) in test_provider_status()
199 EVP_MD_free(fetch); in test_provider_status()
/openssl/.github/workflows/
H A Dstyle-checks.yml25 fetch-depth: 0
32 git fetch origin $GITHUB_BASE_REF:$GITHUB_BASE_REF
H A Dbuild_quic_interop_container.yml14 fetch-depth: 0
H A Drun_quic_interop.yml21 fetch-depth: 0
H A Dcoveralls.yml22 contents: read # for actions/checkout to fetch code
/openssl/doc/man3/
H A DEVP_DigestVerifyInit.pod33 implement that digest directly itself or it may (optionally) choose to fetch it
36 for the properties to be used during the fetch. Finally, the passed parameters
39 The I<pkey> algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, to
40 be used for the actual signing. See L<provider(7)/Implicit fetch> for
43 The OpenSSL default and legacy providers support fetching digests and can fetch
45 supports fetching digests but will only fetch digests that are themselves
H A DEVP_DigestSignInit.pod34 implement that digest directly itself or it may (optionally) choose to fetch it
37 the properties to be used during the fetch. Finally, the passed parameters
40 The I<pkey> algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, to
41 be used for the actual signing. See L<provider(7)/Implicit fetch> for
44 The OpenSSL default and legacy providers support fetching digests and can fetch
46 supports fetching digests but will only fetch digests that are themselves
H A DEVP_PKEY_derive.pod25 fetch a B<EVP_KEYEXCH> method implicitly, see L<provider(7)/Implicit fetch> for
H A DEVP_PKEY_verify_recover.pod27 fetch a B<EVP_SIGNATURE> method implicitly, see L<provider(7)/Implicit fetch>
H A DSRP_Calc_B.pod70 they do not need to fetch any cryptographic algorithms.
H A DSSL_CTX_set_cert_verify_callback.pod48 instance fetch further certificates or cert status information needed for
H A DEC_GROUP_new.pod107 I<propq> are used to fetch algorithms from providers.
117 I<propq> are used to fetch algorithms from providers.
H A DOSSL_ENCODER_CTX_new_for_pkey.pod67 directly itself or by other implementations, or it may choose to fetch
H A DOSSL_ENCODER.pod75 OSSL_ENCODER_get0_name() returns the name used to fetch the given I<encoder>.
H A DEVP_PKEY_verify.pod34 fetch a B<EVP_SIGNATURE> method implicitly, see L<provider(7)/Implicit fetch>
/openssl/doc/man7/
H A Dossl-guide-libcrypto-introduction.pod58 Explicit fetching involves directly calling a specific API to fetch an algorithm
62 can be used to explicitly fetch a digest algorithm implementation. The user is
127 L<EVP_DigestSignInit(3)>, all fetch the implementations implicitly. Usually the
128 algorithm to fetch is determined based on the type of key that is being used and
134 recommended to use a single explicit fetch of the algorithm and then reuse the
147 fetch will use an internally cached prefetched object, but it will
242 Load the legacy provider into the default context and then fetch an
319 * In a larger application this fetch would just be done once, and could
H A DEVP_MAC-GMAC.pod49 Sets the properties to be queried when trying to fetch the underlying cipher.
H A DEVP_MAC-CMAC.pod46 Sets the properties to be queried when trying to fetch the underlying cipher.
H A Dprovider-object.pod73 I<object type> B<OSSL_OBJECT_PKEY>, it will fetch a L<provider-keymgmt(7)>
85 This can be used when it's not possible to fetch the target implementation
H A DEVP_MAC-HMAC.pod45 Sets the properties to be queried when trying to fetch the underlying digest.
H A DEVP_SIGNATURE-ECDSA.pod16 decimal form (which means that they are possible to fetch if the caller has a
H A DEVP_SIGNATURE-DSA.pod22 decimal form (which means that they are possible to fetch if the caller has a
/openssl/doc/designs/
H A Dfetching-composite-algorithms.md133 fetch it directly, after conversion to string form (either a name if the
184 - It fails the applications in terms of being able to fetch algorithms and
/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm245 || LDW *A5++,A9 ; pre-fetch ap[1]
268 [A2] LDW *A5++,A9 ; pre-fetch ap[i+1]
/openssl/doc/internal/man3/
H A Devp_pkey_export_to_provider.pod26 with I<*keymgmt> or with an implicit fetch using I<libctx> (NULL means the

Completed in 97 milliseconds

12