Searched refs:kdf_set_ctx_params (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
D | kdf_exch.c | 30 static OSSL_FUNC_keyexch_set_ctx_params_fn kdf_set_ctx_params; variable 91 return kdf_set_ctx_params(pkdfctx, params); in kdf_init() 165 static int kdf_set_ctx_params(void *vpkdfctx, const OSSL_PARAM params[]) in kdf_set_ctx_params() function 207 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))kdf_set_ctx_params }, \
|
/third_party/openssl/providers/implementations/exchange/ |
D | kdf_exch.c | 30 static OSSL_FUNC_keyexch_set_ctx_params_fn kdf_set_ctx_params; variable 91 return kdf_set_ctx_params(pkdfctx, params); in kdf_init() 165 static int kdf_set_ctx_params(void *vpkdfctx, const OSSL_PARAM params[]) in kdf_set_ctx_params() function 207 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))kdf_set_ctx_params }, \
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core_dispatch.h | 432 OSSL_CORE_MAKE_FUNC(int, kdf_set_ctx_params,
|
/third_party/openssl/include/openssl/ |
D | core_dispatch.h | 432 OSSL_CORE_MAKE_FUNC(int, kdf_set_ctx_params,
|