Searched refs:prompt_info (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h241 int (*getpassphrase) (const char *prompt_info,
246 * Passphrases and the prompt_info, if they contain high-bit-set
247 * characters, are UTF-8. The prompt_info may be a null pointer if
258 int (*getphystoken) (const char *prompt_info,
268 * prompt_info is as before. wrong_info is a description of the
270 * something is. wrong_info, like prompt_info, may be null, but
272 * syntactically similar to that of prompt_info.
/freebsd-10-stable/crypto/openssl/engines/
H A De_chil.c147 static int hwcrhk_insert_card(const char *prompt_info,
151 static int hwcrhk_get_pass(const char *prompt_info,
1176 static int hwcrhk_get_pass(const char *prompt_info, argument
1185 * Despite what the documentation says prompt_info can be an empty
1188 if (prompt_info && !*prompt_info)
1189 prompt_info = NULL;
1217 "pass phrase", prompt_info);
1245 static int hwcrhk_insert_card(const char *prompt_info, argument
1287 if (ok >= 0 && prompt_info) {
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Dapps.h222 const char *prompt_info; member in struct:pw_cb_data
H A Dgenrsa.c302 cb_data.prompt_info = outfile;
H A Dsrp.c215 cb_tmp.prompt_info = user;
246 cb_tmp.prompt_info = user;
H A Dreq.c135 static int prompt_info(X509_REQ *req,
1099 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1133 static int prompt_info(X509_REQ *req, function
H A Dapps.c545 const char *prompt_info = NULL; local
552 if (cb_data->prompt_info)
553 prompt_info = cb_data->prompt_info;
571 prompt = UI_construct_prompt(ui, "pass phrase", prompt_info);
858 cb_data.prompt_info = file;
941 cb_data.prompt_info = file;
1081 cb_data.prompt_info = file;
H A Ds_client.c558 cb_tmp.prompt_info = "SRP user";

Completed in 137 milliseconds