Searched refs:stored (Results 1 – 25 of 102) sorted by relevance
12345
/openssl-master/doc/internal/man3/ |
A D | ossl_rand_get_entropy.pod | 28 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 D | ossl_global_properties_no_mirrored.pod | 23 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 D | ossl_method_construct.pod | 38 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 D | ossl_lib_ctx_get_data.pod | 44 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 D | OSSL_PARAM_BLD.pod | 74 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 D | PKCS12_parse.pod | 34 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 D | EVP_EncodeInit.pod | 57 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 D | SSL_CTX_set_session_id_context.pod | 31 the contexts and is stored in exported sessions. The B<sid_ctx> can be 50 certificates are used, stored sessions
|
A D | DSA_meth_new.pod | 103 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 D | SSL_get_all_async_fds.pod | 37 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 D | EVP_PKEY_set1_encoded_public_key.pod | 49 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 D | SSL_CTX_set_default_passwd_cb.pod | 63 password could be stored into the userdata storage and the 64 callback only returns the password already stored.
|
A D | SSL_SESSION_set1_id.pod | 21 session B<s>. The length of the id in bytes is stored in B<*len>. The length may
|
A D | DH_meth_new.pod | 74 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 D | SSL_CTX_set_psk_client_callback.pod | 55 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 D | BIO_s_mem.pod | 28 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 D | SSL_get_peer_tmp_key.pod | 20 the peer's public ECDHE key. On success a pointer to the key is stored in
|
A D | SSL_CTX_flush_sessions.pod | 32 SSL_CTX_flush_sessions() will only check sessions stored in the internal
|
A D | OSSL_PARAM_int.pod | 243 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 D | OPENSSL_secure_malloc.pod | 45 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 D | SSL_CTX_set_session_cache_mode.pod | 85 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 D | EVP_PKEY-DSA.pod | 12 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 D | EVP_PKEY-FFC.pod | 24 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 D | EVP_PKEY-DH.pod | 25 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 D | core_namemap.c | 35 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