Home
last modified time | relevance | path

Searched refs:ossl_dsa_sign_int (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_sign.c154 int ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen, in ossl_dsa_sign_int() function
181 return ossl_dsa_sign_int(type, dgst, dlen, sig, siglen, dsa); in DSA_sign()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Ddsa.h28 int ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
H A Ddsa_sig.c254 ret = ossl_dsa_sign_int(0, tbs, tbslen, sig, &sltmp, pdsactx->dsa); in dsa_sign()