Searched refs:TYPE_DSA (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c160 #define TYPE_DSA 2 macro
302 pkey_type = TYPE_DSA;
724 && (pkey_type == TYPE_RSA || pkey_type == TYPE_DSA)) {
732 (pkey_type == TYPE_DSA) ? "DSA" : "EC");
755 if (pkey_type == TYPE_DSA) {

Completed in 54 milliseconds