Searched refs:BYTES2CHARS (Results 1 – 3 of 3) sorted by relevance
50 #define BYTES2CHARS(bytes) ((((bytes) *8) + 5) / 6) macro
16 BYTES2CHARS(saltbytes))
204 size_t saltlen = BYTES2CHARS(srclen); in escrypt_gensalt_r()