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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c159 #define TYPE_RSA 1 macro
180 int i = 0, badops = 0, newreq = 0, verbose = 0, pkey_type = TYPE_RSA;
292 pkey_type = TYPE_RSA;
724 && (pkey_type == TYPE_RSA || pkey_type == TYPE_DSA)) {
731 newkey, (pkey_type == TYPE_RSA) ? "RSA" :
739 if (pkey_type == TYPE_RSA) {

Completed in 86 milliseconds