Home | Sort by: relevance | last modified time | path |
/src/lib/libcrypt/ | |
bcrypt.c | 86 static const u_int8_t index_64[128] = variable in typeref:typename:const u_int8_t[128] 102 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)]) |
bcrypt.c | 86 static const u_int8_t index_64[128] = variable in typeref:typename:const u_int8_t[128] 102 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)]) |