Home
last modified time | relevance | path

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

/NextBSD/secure/lib/libcrypt/
HDcrypt-blowfish.c98 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)]) macro
107 c1 = CHAR64(*p); in decode_base64()
108 c2 = CHAR64(*(p + 1)); in decode_base64()
118 c3 = CHAR64(*(p + 2)); in decode_base64()
126 c4 = CHAR64(*(p + 3)); in decode_base64()