Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
H A Dkdf_exch.c84 static int kdf_init(void *vpkdfctx, void *vkdf, const OSSL_PARAM params[]) in kdf_init()
98 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive()
131 static void kdf_freectx(void *vpkdfctx) in kdf_freectx()
141 static void *kdf_dupctx(void *vpkdfctx) in kdf_dupctx()
169 static int kdf_set_ctx_params(void *vpkdfctx, const OSSL_PARAM params[]) in kdf_set_ctx_params()
176 static int kdf_get_ctx_params(void *vpkdfctx, OSSL_PARAM params[]) in kdf_get_ctx_params()
183 static const OSSL_PARAM *kdf_settable_ctx_params(ossl_unused void *vpkdfctx, in kdf_settable_ctx_params()
211 static const OSSL_PARAM *kdf_gettable_ctx_params(ossl_unused void *vpkdfctx, in kdf_gettable_ctx_params()