Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_long (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_backend.c59 && (!OSSL_PARAM_get_long(param_priv_len, &priv_len) in ossl_dh_params_fromdata()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h105 int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_test.c637 res = OSSL_PARAM_get_long(&param, &val); 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c282 int OSSL_PARAM_get_long(const OSSL_PARAM *p, long int *val) in OSSL_PARAM_get_long() function
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod22 OSSL_PARAM_get_int64, OSSL_PARAM_get_long, OSSL_PARAM_get_size_t,