Home | History | Annotate | Download | only in asn1

Lines Matching refs:cb

110 			  int (*cb)(char *buf, int len, const char *prompt,
115 int (*cb)(char *buf, int len, const char *prompt,
118 return i2d_RSA_NET(a, pp, cb, 0);
122 int (*cb)(char *buf, int len, const char *prompt, int verify),
198 if (cb == NULL)
199 cb=EVP_read_pw_string;
200 i=cb((char *)buf,256,"Enter Private Key password:",1);
234 int (*cb)(char *buf, int len, const char *prompt,
237 return d2i_RSA_NET(a, pp, length, cb, 0);
241 int (*cb)(char *buf, int len, const char *prompt, int verify),
268 if (cb == NULL)
269 cb=EVP_read_pw_string;
270 if ((ret=d2i_RSA_NET_2(a, enckey->enckey->digest,cb, sgckey)) == NULL) goto err;
281 int (*cb)(char *buf, int len, const char *prompt,
292 i=cb((char *)buf,256,"Enter Private Key password:",0);