Home | History | Annotate | Download | only in native

Lines Matching defs:dsa_sig

1517 DSA_SIG* DsaMethodDoSign(const unsigned char* dgst,
1547 // Convert the signature into a DSA_SIG object.
1550 DSA_SIG* dsa_sig = d2i_DSA_SIG(NULL, &sigbuf, siglen);
1551 return dsa_sig;
1566 DSA_SIG