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

  /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
ecdsa_sig.c 48 static OSSL_FUNC_signature_get_ctx_params_fn ecdsa_get_ctx_params; variable
438 static int ecdsa_get_ctx_params(void *vctx, OSSL_PARAM *params) function
604 { OSSL_FUNC_SIGNATURE_GET_CTX_PARAMS, (void (*)(void))ecdsa_get_ctx_params },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ecdsa_sig.c 54 static OSSL_FUNC_signature_get_ctx_params_fn ecdsa_get_ctx_params; variable
674 static int ecdsa_get_ctx_params(void *vctx, OSSL_PARAM *params) function
878 { OSSL_FUNC_SIGNATURE_GET_CTX_PARAMS, (void (*)(void))ecdsa_get_ctx_params },
1084 (void (*)(void))ecdsa_get_ctx_params }, \

Completed in 24 milliseconds