Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dparams.h120 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val);
/openssl/crypto/
H A Dparams.c284 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_int()
347 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_long()
772 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val) in OSSL_PARAM_set_int64() function
1057 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_time_t()
/openssl/test/
H A Dparams_conversion_test.c226 if (!TEST_true(OSSL_PARAM_set_int64(pc->param, i64)) in param_conversion_test()
H A Dparams_api_test.c389 if (!TEST_true(OSSL_PARAM_set_int64(&param, in))) in test_param_int64()
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod29 OSSL_PARAM_set_int64, OSSL_PARAM_set_long, OSSL_PARAM_set_size_t,
/openssl/util/
H A Dlibcrypto.num4568 OSSL_PARAM_set_int64 4696 3_0_0 EXIST::FUNCTION:

Completed in 33 milliseconds