Home
last modified time | relevance | path

Searched refs:kdf_pbkdf1_set_ctx_params (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/providers/implementations/kdfs/
Dpbkdf1.c31 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_pbkdf1_set_ctx_params; variable
158 if (!ossl_prov_is_running() || !kdf_pbkdf1_set_ctx_params(ctx, params)) in kdf_pbkdf1_derive()
176 static int kdf_pbkdf1_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pbkdf1_set_ctx_params() function
239 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_pbkdf1_set_ctx_params },
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
Dpbkdf1.c31 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_pbkdf1_set_ctx_params; variable
164 if (!ossl_prov_is_running() || !kdf_pbkdf1_set_ctx_params(ctx, params)) in kdf_pbkdf1_derive()
182 static int kdf_pbkdf1_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pbkdf1_set_ctx_params() function
245 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_pbkdf1_set_ctx_params },