Lines Matching refs:vctx
64 static void kdf_pvk_free(void *vctx) in kdf_pvk_free() argument
66 KDF_PVK *ctx = (KDF_PVK *)vctx; in kdf_pvk_free()
74 static void *kdf_pvk_dup(void *vctx) in kdf_pvk_dup() argument
76 const KDF_PVK *src = (const KDF_PVK *)vctx; in kdf_pvk_dup()
94 static void kdf_pvk_reset(void *vctx) in kdf_pvk_reset() argument
96 KDF_PVK *ctx = (KDF_PVK *)vctx; in kdf_pvk_reset()
133 static int kdf_pvk_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pvk_derive() argument
136 KDF_PVK *ctx = (KDF_PVK *)vctx; in kdf_pvk_derive()
179 static int kdf_pvk_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pvk_set_ctx_params() argument
182 KDF_PVK *ctx = vctx; in kdf_pvk_set_ctx_params()
216 static int kdf_pvk_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_pvk_get_ctx_params() argument