Lines Matching defs:vkey
248 static int xor_init(void *vpxorctx, void *vkey,
253 if (pxorctx == NULL || vkey == NULL)
255 pxorctx->key = vkey;
470 static int xor_has(const void *vkey, int selection)
472 const XORKEY *key = vkey;
519 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[])
521 XORKEY *key = vkey;
556 static int xor_set_params(void *vkey, const OSSL_PARAM params[])
558 XORKEY *key = vkey;
664 static int xor_import(void *vkey, int select, const OSSL_PARAM params[])
666 XORKEY *key = vkey;
703 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb,
706 XORKEY *key = vkey;