Lines Matching refs:vkey
242 static int xor_init(void *vpxorctx, void *vkey, in xor_init() argument
247 if (pxorctx == NULL || vkey == NULL) in xor_init()
249 pxorctx->key = vkey; in xor_init()
464 static int xor_has(const void *vkey, int selection) in xor_has() argument
466 const XORKEY *key = vkey; in xor_has()
513 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[]) in xor_get_params() argument
515 XORKEY *key = vkey; in xor_get_params()
550 static int xor_set_params(void *vkey, const OSSL_PARAM params[]) in xor_set_params() argument
552 XORKEY *key = vkey; in xor_set_params()
658 static int xor_import(void *vkey, int select, const OSSL_PARAM params[]) in xor_import() argument
660 XORKEY *key = vkey; in xor_import()
697 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export() argument
700 XORKEY *key = vkey; in xor_export()