Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/kdfs/
A Dpbkdf2.c44 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_pbkdf2_set_ctx_params; variable
148 if (!ossl_prov_is_running() || !kdf_pbkdf2_set_ctx_params(ctx, params)) in kdf_pbkdf2_derive()
167 static int kdf_pbkdf2_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pbkdf2_set_ctx_params() function
255 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_pbkdf2_set_ctx_params },

Completed in 2 milliseconds