Lines Matching refs:KDF_PVK
37 } KDF_PVK; typedef
39 static void kdf_pvk_init(KDF_PVK *ctx);
43 KDF_PVK *ctx; in kdf_pvk_new()
56 static void kdf_pvk_cleanup(KDF_PVK *ctx) in kdf_pvk_cleanup()
66 KDF_PVK *ctx = (KDF_PVK *)vctx; in kdf_pvk_free()
76 const KDF_PVK *src = (const KDF_PVK *)vctx; in kdf_pvk_dup()
77 KDF_PVK *dest; in kdf_pvk_dup()
96 KDF_PVK *ctx = (KDF_PVK *)vctx; in kdf_pvk_reset()
104 static void kdf_pvk_init(KDF_PVK *ctx) in kdf_pvk_init()
136 KDF_PVK *ctx = (KDF_PVK *)vctx; in kdf_pvk_derive()
182 KDF_PVK *ctx = vctx; in kdf_pvk_set_ctx_params()