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

  /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
ecdsa_sig.c 35 static OSSL_FUNC_signature_newctx_fn ecdsa_newctx; variable
107 static void *ecdsa_newctx(void *provctx, const char *propq) function
585 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))ecdsa_newctx },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ecdsa_sig.c 36 static OSSL_FUNC_signature_newctx_fn ecdsa_newctx; variable
142 static void *ecdsa_newctx(void *provctx, const char *propq) function
859 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))ecdsa_newctx },
1059 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))ecdsa_newctx }, \

Completed in 23 milliseconds