Home
last modified time | relevance | path

Searched refs:ascii_passwd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dpasswd.c321 char *ascii_passwd = NULL; in md5crypt() local
346 ascii_passwd = OPENSSL_strdup(passwd); in md5crypt()
347 if (ascii_passwd == NULL) in md5crypt()
349 ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len); in md5crypt()
350 passwd = ascii_passwd; in md5crypt()
485 OPENSSL_free(ascii_passwd); in md5crypt()
516 char *ascii_passwd = NULL; in shacrypt() local
579 ascii_passwd = OPENSSL_strdup(passwd); in shacrypt()
580 if (ascii_passwd == NULL) in shacrypt()
582 ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len); in shacrypt()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dpasswd.c318 char *ascii_passwd = NULL; in md5crypt() local
343 ascii_passwd = OPENSSL_strdup(passwd); in md5crypt()
344 if (ascii_passwd == NULL) in md5crypt()
346 ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len); in md5crypt()
347 passwd = ascii_passwd; in md5crypt()
482 OPENSSL_free(ascii_passwd); in md5crypt()
513 char *ascii_passwd = NULL; in shacrypt() local
576 ascii_passwd = OPENSSL_strdup(passwd); in shacrypt()
577 if (ascii_passwd == NULL) in shacrypt()
579 ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len); in shacrypt()
[all …]