Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 21 of 21) sorted by relevance

/openssl/providers/implementations/digests/
H A Dblake2b_prov.c162 size_t increment; in blake2b_compress() local
183 increment = len < BLAKE2B_BLOCKBYTES ? len : BLAKE2B_BLOCKBYTES; in blake2b_compress()
195 S->t[0] += increment; in blake2b_compress()
196 S->t[1] += (S->t[0] < increment); in blake2b_compress()
253 blocks += increment; in blake2b_compress()
254 len -= increment; in blake2b_compress()
H A Dblake2s_prov.c152 size_t increment; in blake2s_compress() local
173 increment = len < BLAKE2S_BLOCKBYTES ? len : BLAKE2S_BLOCKBYTES; in blake2s_compress()
185 S->t[0] += increment; in blake2s_compress()
186 S->t[1] += (S->t[0] < increment); in blake2s_compress()
241 blocks += increment; in blake2s_compress()
242 len -= increment; in blake2s_compress()
/openssl/doc/man3/
H A DSSL_CTX_set_cert_store.pod52 SSL_CTX_set_cert_store() does not increment the B<store>'s reference
59 increment the reference count of the X509_STORE.
H A DSSL_CTX_set1_verify_cert_store.pod49 increment the reference count of the supplied store so it must
51 not increment reference counts and the supplied store B<MUST NOT> be freed
H A DX509_get_pubkey.pod29 after use. X509_get0_pubkey() is similar except it does B<not> increment
H A DSSL_CTX_add1_chain_cert.pod98 increment the reference count of the supplied certificate or chain so it must
100 not increment reference counts and the supplied certificate or chain
H A DOSSL_HPKE_CTX_new.pod398 decrypt arriving packets later. We provide a way to set the increment used for
402 nonce increment to be used for the next call.
406 open. (In other words, the first I<seq> increment defaults to zero.)
409 the OSSL_HPKE_CTX_get_seq() API can be used to retrieve the increment (in the
H A DSSL_get_session.pod70 If the data is to be kept, SSL_get1_session() will increment the reference
H A DSSL_set_bio.pod29 ownership of one reference. Therefore, it may be necessary to increment the
H A DSSL_CTX_sess_set_get_cb.pod95 SSL engine to increment the reference count of the SSL_SESSION object;
H A DASN1_EXTERN_FUNCS.pod119 the buffer in I<*out>, and then increment I<*out> to point to immediately after
H A Dd2i_RSAPrivateKey.pod268 The reason for this-auto increment behaviour is to reflect a typical
H A Dd2i_X509.pod485 The reason for this-auto increment behaviour is to reflect a typical
H A DX509_STORE_CTX_get_error.pod66 needs to increment its reference count via L<X509_up_ref(3)>.
H A DX509_VERIFY_PARAM_set_flags.pod140 To obtain all names start with B<n> = 0 and increment B<n> as long as no NULL
/openssl/doc/internal/man3/
H A Dossl_method_construct.pod101 This function is expected to increment the resulting method's reference count.
118 This function is expected to increment the I<method>'s reference count.
H A DOSSL_METHOD_STORE.pod75 If the I<method_up_ref> function is given, it's called to increment the
106 The I<method_up_ref> function is called to increment the
/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl983 my $increment="%xmm9";
1000 movaps %xmm9,0x30(%rsp) # $increment
1006 movdqa .Lincrement64(%rip),$increment
1041 paddq $increment,$iv
1093 movaps %xmm9,0x30(%rsp) # $increment
1100 movdqa .Lincrement64(%rip),$increment
1113 paddq $increment,$iv
1149 paddq $increment,$iv
/openssl/crypto/engine/
H A DREADME.md155 (ie. it's simply an increment of the functional reference count, and no real
/openssl/doc/designs/quic-design/
H A Drecord-layer.md275 `increment_sequence_ctr()`: force the record layer to increment its sequence
/openssl/
H A DCHANGES.md14256 * Give DH, DSA, and RSA types their own `*_up_ref()` function to increment
16974 In BIO_puts, increment b->num_write as in BIO_write.
17709 (Some of the existing 'get' functions increment a reference

Completed in 108 milliseconds