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),
199 if (cb == NULL)
200 cb=EVP_read_pw_string;
201 i=cb((char *)buf,256,"Enter Private Key password:",1);
239 int (*cb)(char *buf, int len, const char *prompt,
242 return d2i_RSA_NET(a, pp, length, cb, 0);
246 int (*cb)(char *buf, int len, const char *prompt, int verify),
273 if (cb == NULL)
274 cb=EVP_read_pw_string;
275 if ((ret=d2i_RSA_NET_2(a, enckey->enckey->digest,cb, sgckey)) == NULL) goto err;
286 int (*cb)(char *buf, int len, const char *prompt,
298 i=cb((char *)buf,256,"Enter Private Key password:",0);