Searched defs:b64_from_24bit (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/crypt_modules/sha256/ |
H A D | crypt_sha.c | 100 #define b64_from_24bit(B2, B1, B0, N) \ macro 309 b64_from_24bit(DP[ 0], DP[10], DP[20], 4); 310 b64_from_24bit(DP[21], DP[ 1], DP[11], 4); 311 b64_from_24bit(DP[12], DP[22], DP[ 2], 4); 312 b64_from_24bit(DP[ 3], DP[13], DP[23], 4); 313 b64_from_24bit(DP[24], DP[ 4], DP[14], 4); 314 b64_from_24bit(DP[15], DP[25], DP[ 5], 4); 315 b64_from_24bit(DP[ 6], DP[16], DP[26], 4); 316 b64_from_24bit(DP[27], DP[ 7], DP[17], 4); 317 b64_from_24bit(D [all...] |
Completed in 96 milliseconds