Searched defs:upper (Results 1 – 3 of 3) sorted by relevance
25 uint32_t ossl_rand_uniform_uint32(OSSL_LIB_CTX *ctx, uint32_t upper, int *err) in ossl_rand_uniform_uint32()101 uint32_t ossl_rand_range_uint32(OSSL_LIB_CTX *ctx, uint32_t lower, uint32_t upper, in ossl_rand_range_uint32()
102 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv, in ossl_ffc_validate_private_key()
281 BIGNUM *two_powN = NULL, *upper; in ossl_dh_check_priv_key() local
Completed in 5 milliseconds