Searched refs:key_string (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/telnet/libtelnet/
H A Dread_password.c88 char key_string[BUFSIZ]; local
119 if (!fgets(key_string, sizeof(key_string), stdin)) {
123 if ((ptr = strchr(key_string, '\n')))
125 if (strcmp(s,key_string)) {
147 memset(key_string, 0, sizeof (key_string));
/freebsd-10.3-release/crypto/heimdal/kadmin/
H A Dcpw.c153 if (opt->key_string)
162 if (opt->key_string) {
165 if (parse_des_key (opt->key_string, key_data, &error)) {
167 opt->key_string, error);
H A Dank.c195 * parse the string `key_string' into `key', returning 0 iff succesful.
222 if (opt->key_string)
231 if (opt->key_string) {
234 if (parse_des_key (opt->key_string, key_data, &error)) {
236 opt->key_string, error);
H A Dutil.c632 parse_des_key (const char *key_string, krb5_key_data *key_data, argument
635 const char *p = key_string;
639 if (strlen (key_string) != 16) {
/freebsd-10.3-release/sbin/setkey/
H A Dparse.y119 %type <val> PL_REQUESTS portstr key_string
332 | ALG_ENC key_string {
363 | ALG_ENC_DESDERIV key_string
384 | ALG_ENC_DES32IV key_string
408 : ALG_AUTH key_string {
440 key_string
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c1292 get_key(opt->key_string,

Completed in 79 milliseconds