HomeSort by: relevance | last modified time | path
    Searched refs:kdf_sshkdf_set_ctx_params (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
sshkdf.c 31 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_sshkdf_set_ctx_params; variable
105 if (!ossl_prov_is_running() || !kdf_sshkdf_set_ctx_params(ctx, params))
135 static int kdf_sshkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
220 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_sshkdf_set_ctx_params },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
sshkdf.c 33 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_sshkdf_set_ctx_params; variable
178 if (!ossl_prov_is_running() || !kdf_sshkdf_set_ctx_params(ctx, params))
209 static int kdf_sshkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
330 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void (*)(void))kdf_sshkdf_set_ctx_params },

Completed in 22 milliseconds