Home
last modified time | relevance | path

Searched refs:dsa_cb (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/dsa/
H A Ddsa_asn1.c25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb() function
41 ASN1_SEQUENCE_cb(DSAPrivateKey, dsa_cb) = {
52 ASN1_SEQUENCE_cb(DSAparams, dsa_cb) = {
60 ASN1_SEQUENCE_cb(DSAPublicKey, dsa_cb) = {
/openssl/test/
H A Ddsatest.c33 static int dsa_cb(int p, int n, BN_GENCB *arg);
84 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
124 static int dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() function

Completed in 10 milliseconds