Home
last modified time | relevance | path

Searched refs:retrieve (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd-13-stable/crypto/openssl/doc/man3/
HDUI_STRING.pod51 UI_get_string_type() is used to retrieve the type of the given
54 UI_get_input_flags() is used to retrieve the flags associated with the
57 UI_get0_output_string() is used to retrieve the actual string to
60 UI_get0_action_string() is used to retrieve the action description
66 retrieve the result of a prompt and its length.
71 UI_get0_test_string() is used to retrieve the string to compare the
77 retrieve the minimum and maximum required size of the result.
HDSSL_get_psk_identity.pod16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
18 B<ssl>. Similarly, SSL_get_psk_identity() is used to retrieve the PSK
HDSSL_CTX_set_ex_data.pod7 - Store and retrieve extra data from the SSL_CTX, SSL or SSL_SESSION
25 which they can subsequently use to retrieve the data using SSL*_get_ex_data().
HDSSL_CTX_set_tlsext_ticket_key_cb.pod26 message. It is the responsibility of this function to create or retrieve the
60 with I<enc> set to 0 indicating that the I<cb> function should retrieve a set
63 to retrieve a cryptographic parameters and that the cryptographic context
92 This indicates that it was not possible to set/retrieve a session ticket and
164 } else { /* retrieve session */
HDCMS_get0_SignerInfos.pod50 In typical usage and application will retrieve all CMS_SignerInfo structures
51 using CMS_get0_SignerInfo() and retrieve the identifier information using
HDBIO_set_callback.pod33 BIO_set_callback_ex() and BIO_get_callback_ex() set and retrieve the BIO
38 BIO_set_callback() and BIO_get_callback() set and retrieve the old format BIO
44 used to set and retrieve an argument for use in the callback.
HDX509_NAME_get_index_by_NID.pod29 X509_NAME_get_index_by_NID() and X509_NAME_get_index_by_OBJ() retrieve
41 X509_NAME_get_text_by_NID(), X509_NAME_get_text_by_OBJ() retrieve
HDX509_STORE_get0_param.pod25 X509_STORE_get0_objects() retrieve an internal pointer to the store's
HDSSL_CTX_get0_param.pod19 SSL_CTX_get0_param() and SSL_get0_param() retrieve an internal pointer to
HDSSL_SESSION_get0_cipher.pod7 - set and retrieve the SSL cipher associated with a session
HDRAND_DRBG_set_ex_data.pod8 - store and retrieve extra data from the DRBG instance
HDOPENSSL_LH_COMPFUNC.pod174 otherwise. It's meaningful only after non-retrieve operations.
181 lh_TYPE_error call must be performed under a write lock. All retrieve
184 for retrieve operations as well. For output of the usage statistics,
HDX509_LOOKUP_meth_new.pod144 the functions used to retrieve an X509 or X509_CRL object by the object's
169 X509_LOOKUP_get_get_by_fingerprint(), X509_LOOKUP_get_get_by_alias() retrieve
HDOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
HDSSL_SESSION_get_time.pod8 - retrieve and manipulate session time and timeout settings
HDX509_get_extension_flags.pod15 X509_get_proxy_pathlen - retrieve certificate extension data
35 These functions retrieve information related to commonly used certificate extensions.
HDSSL_CTX_set_session_ticket_cb.pod151 argument to retrieve the application data.
154 used to retrieve the SSL_SESSION for SSL_SESSION_set1_ticket_appdata().
/freebsd-13-stable/crypto/openssl/doc/man7/
HDossl_store.pod17 A STORE is a layer of functionality to retrieve a number of supported
22 repository", "loop and retrieve one object at a time", and "finish up
/freebsd-13-stable/libexec/ftpd/
HDextern.h59 void retrieve(char *, char *);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
HDextern.h92 void retrieve(const char *, char *);
/freebsd-13-stable/sys/contrib/device-tree/Bindings/media/
HDexynos5-gsc.txt29 to retrieve the device IDs using "of_alias_get_id()" call.
/freebsd-13-stable/contrib/unbound/contrib/
HDparseunbound.pl25 my $result = retrieve(UNBOUND_CACHE);
/freebsd-13-stable/contrib/opie/
HDftpcmd.y127 VOIDRET retrieve __P((char *, char *));
306 retrieve((char *) 0, (char *) $4);
339 retrieve(LS_COMMAND, "");
348 retrieve(buffer, (char *) $4);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDsecondary.h92 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, in retrieve() function
298 bool retrieve(Options Options, uptr Size, uptr Alignment, uptr HeadersSize, in retrieve() function
602 if (Cache.retrieve(Options, Size, Alignment, getHeadersSize(), &H, in allocate()
/freebsd-13-stable/contrib/apr/
HDCHANGES28 *) Add apr_sockaddr_zone_set, apr_sockaddr_zone_set to set and retrieve

12345