Searched refs:adjust (Results 1 – 9 of 9) sorted by relevance
499 bn_addsub_f adjust; in BN_nist_mod_224() local613 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() local857 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() local1129 adjust = bn_sub_words; in BN_nist_mod_384()[all …]
72 use that symbol should adjust their header inclusions accordingly.
47 adjust for the actual source directory name you have):
695 * Add a new ClientHello callback to provide the ability to adjust the SSL
3872 EXAMPLES, SEE ALSO and HISTORY come in that order, and adjust3990 the application the ability to adjust the nascent SSL object at the3993 callback can adjust the supported TLS versions in response to the contents
358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
45 SSL_CTX_dane_mtype_set() may then be called zero or more times to adjust the
139 * to adjust socket timeouts */
297 adjust the list of acceptable cipher suites it passes to libssl.
Completed in 60 milliseconds