Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_BLD_push_uint64 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparam_build.h39 int OSSL_PARAM_BLD_push_uint64(OSSL_PARAM_BLD *bld, const char *key,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparam_build_test.c249 || !TEST_true(OSSL_PARAM_BLD_push_uint64(bld, "i64", 9999999)) in template_private_test()
430 || !TEST_true(OSSL_PARAM_BLD_push_uint64(bld, "i64", 9999999)) in builder_merge_test()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparam_build.c166 int OSSL_PARAM_BLD_push_uint64(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_uint64() function