Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_kdf_test.c1941 const OSSL_PARAM *gettableparams; in test_kdf_hmac_drbg_gettables() local
1947 || !TEST_ptr(gettableparams = EVP_KDF_CTX_gettable_params(kctx))) in test_kdf_hmac_drbg_gettables()
1951 for (i = 0; gettableparams[i].key != NULL; ++i) { in test_kdf_hmac_drbg_gettables()
1952 params[0] = OSSL_PARAM_construct_int(gettableparams[i].key, &j); in test_kdf_hmac_drbg_gettables()
1957 for (i = 0; gettableparams[i].key != NULL; ++i) { in test_kdf_hmac_drbg_gettables()
1958 params[0] = OSSL_PARAM_construct_utf8_string(gettableparams[i].key, in test_kdf_hmac_drbg_gettables()

Completed in 7 milliseconds