Lines Matching refs:vkey
244 static int xor_init(void *vpxorctx, void *vkey,
249 if (pxorctx == NULL || vkey == NULL)
251 pxorctx->key = vkey;
466 static int xor_has(const void *vkey, int selection)
468 const XORKEY *key = vkey;
515 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[])
517 XORKEY *key = vkey;
552 static int xor_set_params(void *vkey, const OSSL_PARAM params[])
554 XORKEY *key = vkey;
660 static int xor_import(void *vkey, int select, const OSSL_PARAM params[])
662 XORKEY *key = vkey;
699 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb,
702 XORKEY *key = vkey;