Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c239 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_int()
302 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_long()
655 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val) in OSSL_PARAM_set_int64() function
910 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_time_t()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h120 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_conversion_test.c224 if (!TEST_true(OSSL_PARAM_set_int64(pc->param, i64)) in param_conversion_test()
H A Dparams_api_test.c321 if (!TEST_true(OSSL_PARAM_set_int64(&param, in))) in test_param_int64()
/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,