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

/external/openssl/crypto/asn1/
H A Dn_pkey.c112 int sgckey);
123 int sgckey)
209 if(sgckey) {
247 int sgckey)
275 if ((ret=d2i_RSA_NET_2(a, enckey->enckey->digest,cb, sgckey)) == NULL) goto err;
287 int verify), int sgckey)
306 if(sgckey){
121 i2d_RSA_NET(const RSA *a, unsigned char **pp, int (*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) argument
245 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
285 d2i_RSA_NET_2(RSA **a, ASN1_OCTET_STRING *os, int (*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) argument
/external/openssl/apps/
H A Drsa.c105 int i,badops=0, sgckey=0; local
176 else if (strcmp(*argv,"-sgckey") == 0)
177 sgckey=1;
218 BIO_printf(bio_err," -sgckey Use IIS SGC key format\n");
281 else if (informat == FORMAT_NETSCAPE && sgckey)
291 (informat == FORMAT_NETSCAPE && sgckey ?
390 size=i2d_RSA_NET(rsa,NULL,NULL, sgckey);
397 i2d_RSA_NET(rsa,&p,NULL, sgckey);
/external/openssl/crypto/rsa/
H A Drsa.h347 int sgckey);
350 int sgckey);
/external/openssl/include/openssl/
H A Drsa.h347 int sgckey);
350 int sgckey);

Completed in 179 milliseconds