Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/bn/
H A Dbn_nist.c499 bn_addsub_f adjust; in BN_nist_mod_224() local
613 adjust = bn_sub_words; in BN_nist_mod_224()
632 adjust = carry ? bn_sub_words : bn_add_words; in BN_nist_mod_224()
637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224()
671 bn_addsub_f adjust; in BN_nist_mod_256() local
857 adjust = bn_sub_words; in BN_nist_mod_256()
866 adjust = carry ? bn_sub_words : bn_add_words; in BN_nist_mod_256()
870 res = ((*adjust) (c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP) && carry) in BN_nist_mod_256()
908 bn_addsub_f adjust; in BN_nist_mod_384() local
1129 adjust = bn_sub_words; in BN_nist_mod_384()
[all …]
/openssl/doc/internal/man7/
H A Ddeprecation.pod72 use that symbol should adjust their header inclusions accordingly.
/openssl/
H A DNOTES-VMS.md47 adjust for the actual source directory name you have):
H A DNEWS.md695 * Add a new ClientHello callback to provide the ability to adjust the SSL
H A DCHANGES.md3872 EXAMPLES, SEE ALSO and HISTORY come in that order, and adjust
3990 the application the ability to adjust the nascent SSL object at the
3993 callback can adjust the supported TLS versions in response to the contents
/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
H A DSSL_CTX_dane_enable.pod45 SSL_CTX_dane_mtype_set() may then be called zero or more times to adjust the
/openssl/include/openssl/
H A Dbio.h.in139 * to adjust socket timeouts */
/openssl/doc/man7/
H A Dopenssl-quic.pod297 adjust the list of acceptable cipher suites it passes to libssl.

Completed in 60 milliseconds