Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_long (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparam_build_set.c40 return OSSL_PARAM_set_long(p, num); in ossl_param_build_set_long()
H A Dparams.c295 int OSSL_PARAM_set_long(OSSL_PARAM *p, long int val) in OSSL_PARAM_set_long() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h116 int OSSL_PARAM_set_long(OSSL_PARAM *p, long int val);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_api_test.c187 if (!TEST_true(OSSL_PARAM_set_long(&param, in))) in test_param_long()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod29 OSSL_PARAM_set_int64, OSSL_PARAM_set_long, OSSL_PARAM_set_size_t,