Home
last modified time | relevance | path

Searched refs:dsa_set_ctx_params (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Ddsa_sig.c52 static OSSL_FUNC_signature_set_ctx_params_fn dsa_set_ctx_params; variable
214 if (!dsa_set_ctx_params(pdsactx, params)) in dsa_signverify_init()
476 static int dsa_set_ctx_params(void *vpdsactx, const OSSL_PARAM params[]) in dsa_set_ctx_params() function
589 { OSSL_FUNC_SIGNATURE_SET_CTX_PARAMS, (void (*)(void))dsa_set_ctx_params },
/third_party/openssl/providers/implementations/signature/
H A Ddsa_sig.c52 static OSSL_FUNC_signature_set_ctx_params_fn dsa_set_ctx_params; variable
214 if (!dsa_set_ctx_params(pdsactx, params)) in dsa_signverify_init()
476 static int dsa_set_ctx_params(void *vpdsactx, const OSSL_PARAM params[]) in dsa_set_ctx_params() function
589 { OSSL_FUNC_SIGNATURE_SET_CTX_PARAMS, (void (*)(void))dsa_set_ctx_params },

Completed in 3 milliseconds