HomeSort by: relevance | last modified time | path
    Searched defs:index_64 (Results 1 - 2 of 2) sorted by relevancy

  /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)])

Completed in 25 milliseconds