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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dn_pkey.c108 int verify), int sgckey);
119 int verify), int sgckey)
204 if (sgckey) {
241 int verify), int sgckey)
268 if ((ret = d2i_RSA_NET_2(a, enckey->enckey->digest, cb, sgckey)) == NULL)
281 int verify), int sgckey)
299 if (sgckey) {
117 i2d_RSA_NET(const RSA *a, unsigned char **pp, int (*cb) (char *buf, int len, const char *prompt, int verify), int sgckey) argument
239 d2i_RSA_NET(RSA **a, const unsigned char **pp, long length, int (*cb) (char *buf, int len, const char *prompt, int verify), int sgckey) argument
279 d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os, int (*cb) (char *buf, int len, const char *prompt, int verify), int sgckey) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Drsa.c106 int i, badops = 0, sgckey = 0; local
169 else if (strcmp(*argv, "-sgckey") == 0)
170 sgckey = 1;
211 BIO_printf(bio_err, " -sgckey Use IIS SGC key format\n");
279 } else if (informat == FORMAT_NETSCAPE && sgckey)
288 (informat == FORMAT_NETSCAPE && sgckey ?
375 size = i2d_RSA_NET(rsa, NULL, NULL, sgckey);
381 i2d_RSA_NET(rsa, &p, NULL, sgckey);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa.h393 int verify), int sgckey);
396 int verify), int sgckey);

Completed in 517 milliseconds