Home
last modified time | relevance | path

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

/openssl/test/
H A Dparams_api_test.c76 uint64_t intval; in test_param_type_null() local
83 rc = OSSL_PARAM_get_int32(param, (int32_t *)&intval); in test_param_type_null()
85 rc = OSSL_PARAM_get_int64(param, (int64_t *)&intval); in test_param_type_null()
91 rc = OSSL_PARAM_get_uint32(param, (uint32_t *)&intval); in test_param_type_null()
93 rc = OSSL_PARAM_get_uint64(param, &intval); in test_param_type_null()

Completed in 5 milliseconds