Home
last modified time | relevance | path

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

/openssl/crypto/des/
H A Dfcrypt.c72 char e_buf[32 + 1]; /* replace 32 by 8 ? */ in DES_crypt() local
85 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); 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()

Completed in 4 milliseconds