Home
last modified time | relevance | path

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

12

/openssl-master/test/
A Dprovider_status_test.c149 EVP_MD *fetch = NULL; in test_provider_status() local
162 if (!TEST_ptr(fetch = EVP_MD_fetch(libctx, "SHA256", NULL))) in test_provider_status()
164 EVP_MD_free(fetch); in test_provider_status()
165 fetch = NULL; in test_provider_status()
181 if (!TEST_ptr_null(fetch = EVP_MD_fetch(libctx, "SHA256", NULL))) in test_provider_status()
186 EVP_MD_free(fetch); in test_provider_status()
/openssl-master/doc/man3/
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
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
A DEVP_PKEY_verify.pod23 fetch a B<EVP_SIGNATURE> method implicitly, see L<provider(7)/Implicit fetch>
A DEVP_PKEY_derive.pod25 fetch a B<EVP_KEYEXCH> method implicitly, see L<provider(7)/Implicit fetch> for
A DEVP_PKEY_sign.pod23 fetch a B<EVP_SIGNATURE> method implicitly, see L<provider(7)/Implicit fetch>
A DEVP_PKEY_verify_recover.pod25 fetch a B<EVP_SIGNATURE> method implicitly, see L<provider(7)/Implicit fetch>
A DSRP_Calc_B.pod70 they do not need to fetch any cryptographic algorithms.
A DSSL_CTX_set_cert_verify_callback.pod45 The app can for instance fetch further certificates or cert status information
A DOSSL_ENCODER.pod74 OSSL_ENCODER_get0_name() returns the name used to fetch the given I<encoder>.
A DOSSL_ENCODER_CTX_new_for_pkey.pod67 directly itself or by other implementations, or it may choose to fetch
A DEVP_DigestInit.pod383 where explicit fetch is in use (see L<EVP_MD_fetch(3)>) the value returned from
425 since it does not attempt to "fetch" an implementation of the cipher.
432 fetched from the loaded providers. This fetch could fail if no suitable
433 implementation is available. Use EVP_MD_fetch() instead to explicitly fetch
A DUI_STRING.pod48 For a B<UI_METHOD> creator, it is of interest to fetch text from these
A DOSSL_DECODER.pod74 OSSL_DECODER_get0_name() returns the name used to fetch the given I<decoder>.
A DSSL_CTX_use_psk_identity_hint.pod71 is to validate the received PSK identity and to fetch the pre-shared key used
A DUI_create_method.pod114 fetch those results.
A DOSSL_STORE_open.pod44 These functions help the application to fetch supported objects (see
/openssl-master/doc/man7/
A DEVP_MAC-CMAC.pod45 Sets the properties to be queried when trying to fetch the underlying cipher.
A DEVP_MAC-GMAC.pod49 Sets the properties to be queried when trying to fetch the underlying cipher.
A DEVP_MAC-HMAC.pod45 Sets the properties to be queried when trying to fetch the underlying digest.
A Dcrypto.pod133 be used to explicitly fetch a digest algorithm implementation. The user is
167 =head2 Implicit fetch
185 L<EVP_DigestSignInit(3)> and friends, all fetch the implementations
199 fetch a L<EVP_KEYMGMT(3)> implementation in the same provider as the operation
207 As a fallback, try to fetch the operation type implementation from the same
252 Load the legacy provider into the default context and then fetch an
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
/openssl-master/doc/internal/man3/
A Devp_generic_fetch.pod53 This is meant to be used when one method needs to fetch an associated
59 This is meant to be used when one method needs to fetch an associated
A Devp_pkey_export_to_provider.pod26 with I<*keymgmt> or with an implicit fetch using I<libctx> (NULL means the
/openssl-master/crypto/bn/asm/
A Dbn-c64xplus.asm245 || LDW *A5++,A9 ; pre-fetch ap[1]
268 [A2] LDW *A5++,A9 ; pre-fetch ap[i+1]

Completed in 34 milliseconds

12