/openssl/doc/designs/quic-design/ |
H A D | stream-receive-buffers.md | 14 received data must be stored until all the data with earlier offsets 17 the data the data must be stored. 19 be stored. The flow controller should be used to limit the peer to not send 22 - After the data is passed via SSL_read() to the application the stored 36 store the data. The only information actually stored would be a list 52 application reads the stored data. 68 SSL_read() copies data out of the stored buffers if available and 69 eventually triggers release of stored unprocessed packet(s). 71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored 72 buffers for any information about the stored data. [all …]
|
/openssl/doc/man3/ |
H A D | OSSL_PARAM_BLD.pod | 75 I<val> is stored by value and an expression or auto variable can be used. 89 The I<bn> argument is stored by reference and the underlying BIGNUM object 101 The I<bn> argument is stored by reference and the underlying BIGNUM object 108 The string that I<buf> points to is stored by reference and must remain in 113 The memory that I<buf> points to is stored by reference and must remain in 120 The string I<buf> points to is stored by reference and must remain in 125 The memory I<buf> points to is stored by reference and must remain in
|
H 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.
|
H A D | EVP_EncodeInit.pod | 59 B<in>. The output is stored in the buffer B<out> and the number of bytes output 60 is stored in B<*outl>. It is the caller's responsibility to ensure that the 76 data will be stored in B<out> and the length of the data written will be stored 100 The output is stored in the buffer B<out> and the number of bytes output is 101 stored in B<*outl>.
|
H 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
|
H 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
|
H 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>
|
H 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.
|
H 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
|
H A D | CMAC_CTX.pod | 79 MAC value. The output is stored in the provided buffer, and the length is 80 stored in the variable pointed to by I<poutlen>. To determine the required
|
H 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
|
H 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.
|
H 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
|
H 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
|
H 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>.
|
H 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
|
H A D | CMS_decrypt.pod | 42 This call deallocates any decryption key stored in I<cms>. 51 This call deallocates any decryption key stored in I<cms>.
|
H 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.
|
/openssl/doc/internal/man3/ |
H A D | ossl_rand_get_entropy.pod | 40 stored in a buffer which contains at least I<min_len> and at most I<max_len> 41 bytes. The buffer address is stored in I<*pout> and the buffer length is 61 The output is stored in a buffer which contains at least I<min_len> and at 62 most I<max_len> bytes. The buffer address is stored in I<*pout> and the
|
H 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>.
|
H 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>.
|
/openssl/crypto/ |
H A D | core_namemap.c | 35 unsigned int stored:1; /* If 1, it's stored in a library context */ member 62 namemap->stored = 1; in ossl_stored_namemap_new() 73 namemap->stored = 0; in ossl_stored_namemap_free() 538 if (namemap == NULL || namemap->stored) in ossl_namemap_free()
|
/openssl/doc/man7/ |
H 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
|
H 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.
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_vaes_avx512.inc | 109 * (note, the hash is stored reflected) 133 /* Add remaining AAD to the hash (note, the hash is stored reflected) */
|