Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dscrypt.c33 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_scrypt_set_ctx_params; variable
189 if (!ossl_prov_is_running() || !kdf_scrypt_set_ctx_params(ctx, params)) in kdf_scrypt_derive()
216 static int kdf_scrypt_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_scrypt_set_ctx_params() function
316 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_scrypt_set_ctx_params },
/openssl/doc/designs/
H A Dfast-param-find.md176 static int kdf_scrypt_set_ctx_params(void *vctx, const OSSL_PARAM params[])

Completed in 10 milliseconds