HomeSort by: relevance | last modified time | path
    Searched defs:dh_set_ctx_params (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/exchange/
dh_exch.c 36 static OSSL_FUNC_keyexch_set_ctx_params_fn dh_set_ctx_params; variable
136 if (!dh_set_ctx_params(pdhctx, params))
340 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) function
552 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))dh_set_ctx_params },
dh_exch.c 36 static OSSL_FUNC_keyexch_set_ctx_params_fn dh_set_ctx_params; variable
136 if (!dh_set_ctx_params(pdhctx, params))
340 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) function
552 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))dh_set_ctx_params },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
dh_exch.c 36 static OSSL_FUNC_keyexch_set_ctx_params_fn dh_set_ctx_params; variable
108 return dh_set_ctx_params(pdhctx, params)
309 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) function
505 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))dh_set_ctx_params },
dh_exch.c 36 static OSSL_FUNC_keyexch_set_ctx_params_fn dh_set_ctx_params; variable
108 return dh_set_ctx_params(pdhctx, params)
309 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) function
505 { OSSL_FUNC_KEYEXCH_SET_CTX_PARAMS, (void (*)(void))dh_set_ctx_params },

Completed in 48 milliseconds