Home
last modified time | relevance | path

Searched defs:vpkdfctx (Results 1 – 1 of 1) sorted by relevance

/openssl-master/providers/implementations/exchange/
A Dkdf_exch.c77 static int kdf_init(void *vpkdfctx, void *vkdf, const OSSL_PARAM params[]) in kdf_init()
91 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive()
107 static void kdf_freectx(void *vpkdfctx) in kdf_freectx()
117 static void *kdf_dupctx(void *vpkdfctx) in kdf_dupctx()
145 static int kdf_set_ctx_params(void *vpkdfctx, const OSSL_PARAM params[]) in kdf_set_ctx_params()
152 static const OSSL_PARAM *kdf_settable_ctx_params(ossl_unused void *vpkdfctx, in kdf_settable_ctx_params()

Completed in 4 milliseconds