Home
last modified time | relevance | path

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

/external/openssl/crypto/des/
Dfcrypt.c69 char e_buf[32+1]; /* replace 32 by 8 ? */ in DES_crypt() local
77 strncpy (e_buf, buf, sizeof(e_buf)); in DES_crypt()
80 e_salt[sizeof(e_salt)-1] = e_buf[sizeof(e_buf)-1] = '\0'; in DES_crypt()
86 ebcdic2ascii(e_buf, e_buf, sizeof e_buf); in DES_crypt()
89 ret = DES_fcrypt(e_buf,e_salt,buff); in DES_crypt()