Searched refs:upper (Results 1 – 13 of 13) sorted by relevance
/openssl-master/crypto/dh/ |
A D | dh_check.c | 254 BIGNUM *two_powN = NULL, *upper; in ossl_dh_check_priv_key() local 262 upper = dh->params.q; in ossl_dh_check_priv_key() 269 upper = two_powN; in ossl_dh_check_priv_key() 271 if (!ossl_ffc_validate_private_key(upper, priv_key, ret)) in ossl_dh_check_priv_key()
|
/openssl-master/crypto/ffc/ |
A D | ffc_key_validate.c | 103 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv, in ossl_ffc_validate_private_key() argument 114 if (BN_cmp(priv, upper) >= 0) { in ossl_ffc_validate_private_key()
|
/openssl-master/doc/man3/ |
A D | SSL_set_fd.pod | 54 upper limit is INVALID_SOCKET-1 (2^64 - 2), in practice the current socket()
|
A D | EVP_PKEY_get_size.pod | 61 the upper limit in advance.
|
A D | ASYNC_start_job.pod | 48 the pool. If I<max_size> is set to 0 then no upper limit is set. When an 54 with a I<max_size> of 0 (no upper limit) and an I<init_size> of 0 (no
|
A D | SSL_get_error.pod | 81 There is no fixed upper limit for the number of iterations that
|
A D | EVP_KDF.pod | 247 an upper limit on the amount of memory that may be consumed while performing
|
A D | SSL_CONF_cmd.pod | 190 If either the lower or upper bound is not specified then only the other bound
|
/openssl-master/include/internal/ |
A D | ffc.h | 190 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
|
/openssl-master/crypto/bn/asm/ |
A D | bn-c64xplus.asm | 202 [!A2] SHRU A3,31,A1 ; upper bit 211 SHRU A3,31,A1 ; upper bit
|
/openssl-master/test/recipes/80-test_cmp_http_data/ |
A D | test_connection.csv | 32 0,path upper case, -section,,,,,,,,BLANK,, -path,PKIX/,BLANK,,BLANK,,BLANK,
|
/openssl-master/ |
A D | NOTES-PERL.md | 120 Note: on VMS, you must quote any argument that contains upper case
|
/openssl-master/Configurations/ |
A D | README.md | 148 letters in the "variant" identifier to upper case
|
Completed in 13 milliseconds