Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 25 of 102) sorted by relevance

12345

/openssl-master/doc/internal/man3/
A Dossl_rand_get_entropy.pod28 stored in a buffer which contains at least I<min_len> and at most I<max_len>
29 bytes. The buffer address is stored in I<*pout> and the buffer length is
40 The output is stored in a buffer which contains at least I<min_len> and at
41 most I<max_len> bytes. The buffer address is stored in I<*pout> and the
A Dossl_global_properties_no_mirrored.pod23 converts it to a string. If I<buf> is non NULL then the string will be stored
27 properties in it then the empty string will be stored in I<buf>.
A Dossl_method_construct.pod38 to define more precisely how the methods are created, stored, etc.
81 when the provider doesn't want its dispatch table stored in a longer
91 This default store should be stored in the library context I<libctx>.
111 This default store should be stored in the library context I<libctx>.
A Dossl_lib_ctx_get_data.pod44 used to create or free items that are stored at that index whenever a library
109 To get and use the data stored in the library context, simply do this:
/openssl-master/doc/man3/
A DOSSL_PARAM_BLD.pod74 I<val> is stored by value and an expression or auto variable can be used.
80 The I<bn> argument is stored by reference and the underlying BIGNUM object
89 The I<bn> argument is stored by reference and the underlying BIGNUM object
96 The string that I<buf> points to is stored by reference and must remain in
101 The memory that I<buf> points to is stored by reference and must remain in
108 The string I<buf> points to is stored by reference and must remain in
113 The memory I<buf> points to is stored by reference and must remain in
A DPKCS12_parse.pod34 certificate will be stored in the B<alias> and B<keyid> attributes of the
58 Only B<friendlyName> and B<localKeyID> attributes are currently stored in
61 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
A DEVP_EncodeInit.pod57 B<in>. The output is stored in the buffer B<out> and the number of bytes output
58 is stored in B<*outl>. It is the caller's responsibility to ensure that the
74 data will be stored in B<out> and the length of the data written will be stored
97 to by B<in>. The output is stored in the buffer B<out> and the number of bytes
98 output is stored in B<*outl>. It is the caller's responsibility to ensure that
A DSSL_CTX_set_session_id_context.pod31 the contexts and is stored in exported sessions. The B<sid_ctx> can be
50 certificates are used, stored sessions
A DDSA_meth_new.pod103 string, which will be duplicated and stored in the B<DSA_METHOD> object. It is
118 string is duplicated and the copy is stored in the DSA_METHOD structure, so the
150 of a DSA signature. The result is stored in the B<rr> parameter. This function
159 DSA_sign_setup(). The result is stored in the B<r> parameter. This function
A DSSL_get_all_async_fds.pod37 descriptors returned is stored in I<*numfds> and the file descriptors themselves
50 and the number of deleted fds are stored in I<*numaddfds> and I<*numdelfds>
A DEVP_PKEY_set1_encoded_public_key.pod49 be allocated and stored in B<*ppub>. The length of the encoded public key is
110 * Send the encoded public key stored in the buffer at "pubkey" and of
A DSSL_CTX_set_default_passwd_cb.pod63 password could be stored into the userdata storage and the
64 callback only returns the password already stored.
A DSSL_SESSION_set1_id.pod21 session B<s>. The length of the id in bytes is stored in B<*len>. The length may
A DDH_meth_new.pod74 string, which will be duplicated and stored in the B<DH_METHOD> object. It is
89 string is duplicated and the copy is stored in the DH_METHOD structure, so the
116 DH_generate_key(). The result is stored in the B<r> parameter. This function
A DSSL_CTX_set_psk_client_callback.pod55 the PSK in B<*id>. The identifier length in bytes should be stored in B<*idlen>.
113 resulting B<NUL>-terminated identity is to be stored, and a buffer B<psk>
115 be stored.
A DBIO_s_mem.pod28 written to a memory BIO is stored in a BUF_MEM structure which is extended
29 as appropriate to accommodate the stored data.
51 BIO_ctrl_pending() returns the number of bytes currently stored.
A DSSL_get_peer_tmp_key.pod20 the peer's public ECDHE key. On success a pointer to the key is stored in
A DSSL_CTX_flush_sessions.pod32 SSL_CTX_flush_sessions() will only check sessions stored in the internal
A DOSSL_PARAM_int.pod243 The string is stored into I<*val> with a size limit of I<max_len>,
264 The OCTETs are either stored into I<*val> with a length limit of I<max_len> or,
267 stored. If I<val> is NULL then the OCTETS are not stored, but I<*used_len> is
284 The length of the OCTET string is stored in I<*used_len>.
A DOPENSSL_secure_malloc.pod45 information might be stored, OpenSSL supports the concept of a "secure heap."
50 If a secure heap is used, then private key B<BIGNUM> values are stored there.
A DSSL_CTX_set_session_cache_mode.pod85 automatically stored there. If external session caching callbacks are in use,
96 prevent sessions being stored in the internal cache (though the application can
/openssl-master/doc/man7/
A DEVP_PKEY-DSA.pod12 and I<gindex> may need to be stored for validation purposes. For B<DSA> these
13 fields are not stored in the ASN1 data so they need to be stored externally if
A DEVP_PKEY-FFC.pod24 and I<gindex> may need to be stored for validation purposes.
25 For B<DH> the I<seed> and I<pcounter> can be stored in ASN1 data
26 (but the I<gindex> is not). For B<DSA> however, these fields are not stored in
27 the ASN1 data so they need to be stored externally if validation is required.
A DEVP_PKEY-DH.pod25 I<seed>, I<pcounter> and I<gindex> or I<hindex> may need to be stored for
27 For B<DHX> the I<seed> and I<pcounter> can be stored in ASN1 data
28 (but the I<gindex> or I<hindex> can not be stored).
/openssl-master/crypto/
A Dcore_namemap.c35 unsigned int stored:1; /* If 1, it's stored in a library context */ member
73 namemap->stored = 1; in stored_namemap_new()
84 namemap->stored = 0; in stored_namemap_free()
525 if (namemap == NULL || namemap->stored) in ossl_namemap_free()

Completed in 21 milliseconds

12345