Searched defs:vpkdfctx (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | kdf_exch.c | 80 static int kdf_init(void *vpkdfctx, void *vkdf, const OSSL_PARAM params[]) in kdf_init() argument 94 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive() argument 127 static void kdf_freectx(void *vpkdfctx) in kdf_freectx() argument 137 static void *kdf_dupctx(void *vpkdfctx) in kdf_dupctx() argument 165 static int kdf_set_ctx_params(void *vpkdfctx, const OSSL_PARAM params[]) in kdf_set_ctx_params() argument 172 kdf_settable_ctx_params(ossl_unused void *vpkdfctx, void *provctx, const char *kdfname) kdf_settable_ctx_params() argument [all...] |
/third_party/openssl/providers/implementations/exchange/ |
H A D | kdf_exch.c | 80 static int kdf_init(void *vpkdfctx, void *vkdf, const OSSL_PARAM params[]) in kdf_init() argument 94 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive() argument 127 static void kdf_freectx(void *vpkdfctx) in kdf_freectx() argument 137 static void *kdf_dupctx(void *vpkdfctx) in kdf_dupctx() argument 165 static int kdf_set_ctx_params(void *vpkdfctx, const OSSL_PARAM params[]) in kdf_set_ctx_params() argument 172 kdf_settable_ctx_params(ossl_unused void *vpkdfctx, void *provctx, const char *kdfname) kdf_settable_ctx_params() argument [all...] |
Completed in 1 milliseconds