Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 13 of 13) sorted by relevance

/openssl-master/crypto/dh/
A Ddh_check.c254 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 Dffc_key_validate.c103 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 DSSL_set_fd.pod54 upper limit is INVALID_SOCKET-1 (2^64 - 2), in practice the current socket()
A DEVP_PKEY_get_size.pod61 the upper limit in advance.
A DASYNC_start_job.pod48 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 DSSL_get_error.pod81 There is no fixed upper limit for the number of iterations that
A DEVP_KDF.pod247 an upper limit on the amount of memory that may be consumed while performing
A DSSL_CONF_cmd.pod190 If either the lower or upper bound is not specified then only the other bound
/openssl-master/include/internal/
A Dffc.h190 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
/openssl-master/crypto/bn/asm/
A Dbn-c64xplus.asm202 [!A2] SHRU A3,31,A1 ; upper bit
211 SHRU A3,31,A1 ; upper bit
/openssl-master/test/recipes/80-test_cmp_http_data/
A Dtest_connection.csv32 0,path upper case, -section,,,,,,,,BLANK,, -path,PKIX/,BLANK,,BLANK,,BLANK,
/openssl-master/
A DNOTES-PERL.md120 Note: on VMS, you must quote any argument that contains upper case
/openssl-master/Configurations/
A DREADME.md148 letters in the "variant" identifier to upper case

Completed in 13 milliseconds