Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/crypto/
H A Dparams.c237 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_int()
300 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_long()
643 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val) in OSSL_PARAM_set_int64() function
892 return OSSL_PARAM_set_int64(p, (int64_t)val); in OSSL_PARAM_set_time_t()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h120 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val);
/third_party/openssl/include/openssl/
H A Dparams.h120 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val);
/third_party/openssl/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()

Completed in 7 milliseconds