Home
last modified time | relevance | path

Searched refs:prompt_string (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_key.c74 static char prompt_string[80]; variable
79 prompt_string[0]='\0'; in EVP_set_pw_prompt()
82 strncpy(prompt_string,prompt,79); in EVP_set_pw_prompt()
83 prompt_string[79]='\0'; in EVP_set_pw_prompt()
89 if (prompt_string[0] == '\0') in EVP_get_pw_prompt()
92 return(prompt_string); in EVP_get_pw_prompt()
105 if ((prompt == NULL) && (prompt_string[0] != '\0')) in EVP_read_pw_string()
106 prompt=prompt_string; in EVP_read_pw_string()
/onnv-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c494 char prompt_string[80] = "ok "; variable
511 printf(prompt_string); in read_line()
766 strncpy(prompt_string, prompt, sizeof (prompt_string)); in set_prompt()
/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4901 char prompt_string[128]; local
4917 r = snprintf(prompt_string, sizeof(prompt_string), "%s %s",
4919 if (r >= sizeof(prompt_string)) {
4924 kprompt.prompt = prompt_string;