Home
last modified time | relevance | path

Searched defs:dsa_sign (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Ddsa_sig.c40 static OSSL_FUNC_signature_sign_fn dsa_sign; variable
231 static int dsa_sign(void *vpdsactx, unsigned char *sig, size_t *siglen, in dsa_sign() function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsignature.c226 dsa_sign(pgp_hash_t *hash, in dsa_sign() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c3370 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; in ssl_set_masks() local