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

  /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
dsa_sig.c 50 static OSSL_FUNC_signature_get_ctx_params_fn dsa_get_ctx_params; variable
444 static int dsa_get_ctx_params(void *vpdsactx, OSSL_PARAM *params) function
586 { OSSL_FUNC_SIGNATURE_GET_CTX_PARAMS, (void (*)(void))dsa_get_ctx_params },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
dsa_sig.c 54 static OSSL_FUNC_signature_get_ctx_params_fn dsa_get_ctx_params; variable
670 static int dsa_get_ctx_params(void *vpdsactx, OSSL_PARAM *params) function
858 { OSSL_FUNC_SIGNATURE_GET_CTX_PARAMS, (void (*)(void))dsa_get_ctx_params },
1070 (void (*)(void))dsa_get_ctx_params }, \

Completed in 66 milliseconds