Home
last modified time | relevance | path

Searched refs:sgckey (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/asn1/
Dn_pkey.c108 int verify), int sgckey);
119 int verify), int sgckey) in i2d_RSA_NET() argument
204 if (sgckey) { in i2d_RSA_NET()
241 int verify), int sgckey) in d2i_RSA_NET() argument
268 if ((ret = d2i_RSA_NET_2(a, enckey->enckey->digest, cb, sgckey)) == NULL) in d2i_RSA_NET()
281 int verify), int sgckey) in d2i_RSA_NET_2() argument
299 if (sgckey) { in d2i_RSA_NET_2()
/freebsd-10-stable/crypto/openssl/apps/
Drsa.c106 int i, badops = 0, sgckey = 0; in MAIN() local
172 sgckey = 1; in MAIN()
283 } else if (informat == FORMAT_NETSCAPE && sgckey) in MAIN()
292 (informat == FORMAT_NETSCAPE && sgckey ? in MAIN()
379 size = i2d_RSA_NET(rsa, NULL, NULL, sgckey); in MAIN()
385 i2d_RSA_NET(rsa, &p, NULL, sgckey); in MAIN()
/freebsd-10-stable/crypto/openssl/doc/apps/
Drsa.pod17 [B<-sgckey>]
86 =item B<-sgckey>
169 an error after entering the password try the B<-sgckey> option.
/freebsd-10-stable/crypto/openssl/crypto/rsa/
Drsa.h361 int verify), int sgckey);
364 int verify), int sgckey);
/freebsd-10-stable/contrib/ntp/sntp/m4/
Dntp_openssl.m4319 # int (*cb)(), int sgckey);
/freebsd-10-stable/crypto/openssl/
DCHANGES7815 'sgckey' parameter which uses the modified algorithm. Also added
7816 an -sgckey command line option to the rsa utility. Thanks to