Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_int32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dparams_api_test.c171 if (!TEST_true(OSSL_PARAM_set_int32(param, 12345)) in test_param_type_extra()
333 if (!TEST_true(OSSL_PARAM_set_int32(&param, in))) in test_param_int32()
658 || !TEST_true(OSSL_PARAM_set_int32(cp, (int32_t)(3 + j))) in test_param_construct()
774 && !TEST_true(OSSL_PARAM_set_int32(param, 1234)) in test_param_modified()
777 && !TEST_true(OSSL_PARAM_set_int32(param + 1, 1)) in test_param_modified()
782 && !TEST_true(OSSL_PARAM_set_int32(param, 4321)) in test_param_modified()
785 && !TEST_true(OSSL_PARAM_set_int32(param + 1, 2)) in test_param_modified()
H A Dparams_conversion_test.c205 if (!TEST_true(OSSL_PARAM_set_int32(pc->param, i32)) in param_conversion_test()
/freebsd/crypto/openssl/crypto/
H A Dparams.c284 return OSSL_PARAM_set_int32(p, (int32_t)val); in OSSL_PARAM_set_int()
347 return OSSL_PARAM_set_int32(p, (int32_t)val); in OSSL_PARAM_set_long()
472 int OSSL_PARAM_set_int32(OSSL_PARAM *p, int32_t val) in OSSL_PARAM_set_int32() function
1069 return OSSL_PARAM_set_int32(p, (int32_t)val); in OSSL_PARAM_set_time_t()
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h121 int OSSL_PARAM_set_int32(OSSL_PARAM *p, int32_t val);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod28 OSSL_PARAM_set_double, OSSL_PARAM_set_int, OSSL_PARAM_set_int32,
/freebsd/secure/lib/libcrypto/
H A DVersion.map5174 OSSL_PARAM_set_int32;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3212 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_set_int32.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4566 OSSL_PARAM_set_int32 4694 3_0_0 EXIST::FUNCTION: