Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/des/
H A Dfcrypt.c66 char e_buf[32 + 1]; /* replace 32 by 8 ? */ in DES_crypt() local
79 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); in DES_crypt()
80 ebcdic2ascii(e_buf, e_buf, sizeof(e_buf)); in DES_crypt()
83 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt()