Home
last modified time | relevance | path

Searched defs:ecdsa_sign (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Decdsa_sig.c38 static OSSL_FUNC_signature_sign_fn ecdsa_sign; variable
169 static int ecdsa_sign(void *vctx, unsigned char *sig, size_t *siglen, in ecdsa_sign() function
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py491 def ecdsa_sign(hashfunc, keypair, message, k=None): function