Searched refs:ecdsa_sign (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 38 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 354 return ecdsa_sign(vctx, sig, siglen, sigsize, digest, (size_t)dlen); in ecdsa_digest_sign_final() 587 { OSSL_FUNC_SIGNATURE_SIGN, (void (*)(void))ecdsa_sign },
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | build.info | 55 ecdsa_ossl.c ecdsa_sign.c ecdsa_vrf.c curve25519.c \
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 491 def ecdsa_sign(hashfunc, keypair, message, k=None): function 1046 all_sig_algs = [ (ecdsa_sign, ecdsa_verify, genKeyPair, "ECDSA"),
|
/freebsd/crypto/openssl/providers/ |
H A D | fips.module.sources | 182 crypto/ec/ecdsa_sign.c
|
H A D | fips-sources.checksums | 182 b6baa42b16e8df69a12e0ab101033100cddc808ec2682ba1574373e6ec86ae93 crypto/ec/ecdsa_sign.c
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_server.t0 | 1171 \ ecdsa_sign (64) 1174 \ rsa_sign and ecdsa_sign require, respectively, RSA and ECDSA
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 214 SRCS+= ec_pmeth.c ec_print.c ecdh_kdf.c ecdh_ossl.c ecdsa_ossl.c ecdsa_sign.c
|