Lines Matching refs:vkey
477 static int xor_init(void *vpxorctx, void *vkey, in xor_init() argument
482 if (pxorctx == NULL || vkey == NULL) in xor_init()
484 pxorctx->key = vkey; in xor_init()
738 static int xor_has(const void *vkey, int selection) in xor_has() argument
740 const XORKEY *key = vkey; in xor_has()
789 static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[]) in xor_get_params() argument
791 XORKEY *key = vkey; in xor_get_params()
826 static int xor_set_params(void *vkey, const OSSL_PARAM params[]) in xor_set_params() argument
828 XORKEY *key = vkey; in xor_set_params()
999 static int xor_import(void *vkey, int select, const OSSL_PARAM params[]) in xor_import() argument
1001 XORKEY *key = vkey; in xor_import()
1038 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export() argument
1041 XORKEY *key = vkey; in xor_export()