Lines Matching refs:keydata
298 void ec_freedata(void *keydata)
300 EC_KEY_free(keydata);
304 int ec_has(const void *keydata, int selection)
306 const EC_KEY *ec = keydata;
390 int common_import(void *keydata, int selection, const OSSL_PARAM params[],
393 EC_KEY *ec = keydata;
400 * In this implementation, we can export/import only keydata in the
433 int ec_import(void *keydata, int selection, const OSSL_PARAM params[])
435 return common_import(keydata, selection, params, 0);
441 int sm2_import(void *keydata, int selection, const OSSL_PARAM params[])
443 return common_import(keydata, selection, params, 1);
449 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb,
452 EC_KEY *ec = keydata;
463 * In this implementation, we can export/import only keydata in the
897 int sm2_validate(const void *keydata, int selection, int checktype)
899 const EC_KEY *eck = keydata;
936 int ec_validate(const void *keydata, int selection, int checktype)
938 const EC_KEY *eck = keydata;