Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dpkey.c93 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1; in pkey_main() local
143 text_pub = 1; in pkey_main()
192 if (text && text_pub) in pkey_main()
200 if (!text_pub && pubout && text) { in pkey_main()
202 text_pub = 1; in pkey_main()
205 private = (!noout && !pubout) || (text && !text_pub); in pkey_main()
302 if (text || text_pub) { in pkey_main()
321 if (text_pub) { in pkey_main()
/src/crypto/openssl/doc/man1/
H A Dopenssl-pkey.pod.in31 [B<-text_pub>]
144 When combined with B<-text>, this is equivalent to B<-text_pub>.
156 =item B<-text_pub>
207 openssl pkey -in key.pem -text_pub -noout