Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_long (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_backend.c59 && (!OSSL_PARAM_get_long(param_priv_len, &priv_len) in ossl_dh_params_fromdata()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h105 int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val);
/third_party/openssl/crypto/dh/
H A Ddh_backend.c59 && (!OSSL_PARAM_get_long(param_priv_len, &priv_len) in ossl_dh_params_fromdata()
/third_party/openssl/include/openssl/
H A Dparams.h105 int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val);
/third_party/openssl/test/
H A Dparams_test.c628 /* For data size zero, OSSL_PARAM_get_long() may crash */ in check_int_from_text()
635 res = OSSL_PARAM_get_long(&param, &val); in check_int_from_text()
639 TEST_error("unexpected OSSL_PARAM_get_long() return for %s \"%s\": " in check_int_from_text()
H A Dparam_build_test.c165 || !TEST_true(OSSL_PARAM_get_long(p, &l)) in template_public_test()
H A Dparams_api_test.c193 if (!TEST_true(OSSL_PARAM_get_long(&param, &in))) in test_param_long()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c282 int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val) in OSSL_PARAM_get_long() function
/third_party/openssl/crypto/
H A Dparams.c280 int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val) in OSSL_PARAM_get_long() function

Completed in 8 milliseconds