Searched refs:OSSL_PARAM_set_int64 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | params.c | 239 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 D | params.h | 120 int OSSL_PARAM_set_int64(OSSL_PARAM *p, int64_t val);
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | params_conversion_test.c | 224 if (!TEST_true(OSSL_PARAM_set_int64(pc->param, i64)) in param_conversion_test()
|
H A D | params_api_test.c | 321 if (!TEST_true(OSSL_PARAM_set_int64(¶m, in))) in test_param_int64()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 29 OSSL_PARAM_set_int64, OSSL_PARAM_set_long, OSSL_PARAM_set_size_t,
|