Lines Matching refs:gettables
434 const OSSL_PARAM *gettables; in display_random() local
462 gettables = EVP_RAND_gettable_ctx_params(rand); in display_random()
463 if (gettables != NULL) in display_random()
464 for (; gettables->key != NULL; gettables++) { in display_random()
466 if (strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
469 if (gettables->data_type != OSSL_PARAM_UTF8_STRING in display_random()
470 && gettables->data_type != OSSL_PARAM_UTF8_PTR in display_random()
473 params->key = gettables->key; in display_random()
474 params->data_type = gettables->data_type; in display_random()
475 if (gettables->data_type == OSSL_PARAM_UNSIGNED_INTEGER in display_random()
476 || gettables->data_type == OSSL_PARAM_INTEGER) { in display_random()