Searched refs:sskdf_set_ctx_params (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 81 static OSSL_FUNC_kdf_set_ctx_params_fn sskdf_set_ctx_params; variable 356 if (!ossl_prov_is_running() || !sskdf_set_ctx_params(ctx, params)) in sskdf_derive() 425 if (!ossl_prov_is_running() || !sskdf_set_ctx_params(ctx, params)) in x963kdf_derive() 449 static int sskdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in sskdf_set_ctx_params() function 540 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))sskdf_set_ctx_params }, 554 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))sskdf_set_ctx_params },
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 81 static OSSL_FUNC_kdf_set_ctx_params_fn sskdf_set_ctx_params; variable 356 if (!ossl_prov_is_running() || !sskdf_set_ctx_params(ctx, params)) in sskdf_derive() 425 if (!ossl_prov_is_running() || !sskdf_set_ctx_params(ctx, params)) in x963kdf_derive() 449 static int sskdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in sskdf_set_ctx_params() function 540 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))sskdf_set_ctx_params }, 554 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))sskdf_set_ctx_params },
|
Completed in 2 milliseconds