Home
last modified time | relevance | path

Searched refs:KDF_PVK (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/kdfs/
H A Dpvkkdf.c37 } 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()
[all …]

Completed in 7 milliseconds