Lines Matching refs:keydata
124 static void dh_freedata(void *keydata)
126 DH_free(keydata);
129 static int dh_has(const void *keydata, int selection)
131 const DH *dh = keydata;
190 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[])
192 DH *dh = keydata;
214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb,
217 DH *dh = keydata;
406 static int dh_validate(const void *keydata, int selection, int checktype)
408 const DH *dh = keydata;