Home
last modified time | relevance | path

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

/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c79 const static u_int8_t index_64[128] = { variable
94 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)])
/freebsd/contrib/sendmail/src/
H A Dmime.c1018 static char index_64[128] = variable
1030 # define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)])