Searched refs:OSSL_PARAM_set_uint32 (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/ |
H A D | params.c | 315 return OSSL_PARAM_set_uint32(p, (uint32_t)val); in OSSL_PARAM_set_uint() 378 return OSSL_PARAM_set_uint32(p, (uint32_t)val); in OSSL_PARAM_set_ulong() 627 int OSSL_PARAM_set_uint32(OSSL_PARAM *p, uint32_t val) in OSSL_PARAM_set_uint32() function 1037 return OSSL_PARAM_set_uint32(p, (uint32_t)val); in OSSL_PARAM_set_size_t()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | params.h | 122 int OSSL_PARAM_set_uint32(OSSL_PARAM *p, uint32_t val);
|
/freebsd/crypto/openssl/test/ |
H A D | params_api_test.c | 176 if (!TEST_true(OSSL_PARAM_set_uint32(param, 12345)) in test_param_type_extra() 363 if (!TEST_true(OSSL_PARAM_set_uint32(¶m, in))) in test_param_uint32() 669 || !TEST_true(OSSL_PARAM_set_uint32(cp, (uint32_t)(3 + j))) in test_param_construct()
|
H A D | params_conversion_test.c | 247 if (!TEST_true(OSSL_PARAM_set_uint32(pc->param, u32)) in param_conversion_test()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 30 OSSL_PARAM_set_time_t, OSSL_PARAM_set_uint, OSSL_PARAM_set_uint32,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5182 OSSL_PARAM_set_uint32;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3220 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_set_uint32.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4567 OSSL_PARAM_set_uint32 4695 3_0_0 EXIST::FUNCTION:
|