Searched refs:OSSL_PARAM_get_int32 (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | params_conversion_test.c | 193 if (!TEST_false(OSSL_PARAM_get_int32(pc->param, &i32)) in param_conversion_test() 199 if (!TEST_true(OSSL_PARAM_get_int32(pc->param, &i32)) in param_conversion_test()
|
H A D | params_api_test.c | 87 rc = OSSL_PARAM_get_int32(param, (int32_t *)&intval); in test_param_type_null() 137 if ((bit32 && !TEST_true(OSSL_PARAM_get_int32(param, &i32))) in test_param_type_extra() 339 if (!TEST_true(OSSL_PARAM_get_int32(¶m, &in))) in test_param_int32()
|
H A D | param_build_test.c | 154 || !TEST_true(OSSL_PARAM_get_int32(p, &i32)) in template_public_test()
|
/freebsd/crypto/openssl/crypto/ |
H A D | params.c | 271 return OSSL_PARAM_get_int32(p, (int32_t *)val); in OSSL_PARAM_get_int() 334 return OSSL_PARAM_get_int32(p, (int32_t *)val); in OSSL_PARAM_get_long() 392 int OSSL_PARAM_get_int32(const OSSL_PARAM *p, int32_t *val) in OSSL_PARAM_get_int32() function 1056 return OSSL_PARAM_get_int32(p, (int32_t *)val); in OSSL_PARAM_get_time_t()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | params.h | 110 int OSSL_PARAM_get_int32(const OSSL_PARAM *p, int32_t *val);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 21 OSSL_PARAM_get_double, OSSL_PARAM_get_int, OSSL_PARAM_get_int32,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5151 OSSL_PARAM_get_int32;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3347 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_get_int32.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4557 OSSL_PARAM_get_int32 4685 3_0_0 EXIST::FUNCTION:
|