Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/crypt_modules/sha256/
H A Dcrypt_sha.c100 #define b64_from_24bit(B2, B1, B0, N) \ macro
309 b64_from_24bit(DP[ 0], DP[10], DP[20], 4); in crypt_genhash_impl()
310 b64_from_24bit(DP[21], DP[ 1], DP[11], 4); in crypt_genhash_impl()
311 b64_from_24bit(DP[12], DP[22], DP[ 2], 4); in crypt_genhash_impl()
312 b64_from_24bit(DP[ 3], DP[13], DP[23], 4); in crypt_genhash_impl()
313 b64_from_24bit(DP[24], DP[ 4], DP[14], 4); in crypt_genhash_impl()
314 b64_from_24bit(DP[15], DP[25], DP[ 5], 4); in crypt_genhash_impl()
315 b64_from_24bit(DP[ 6], DP[16], DP[26], 4); in crypt_genhash_impl()
316 b64_from_24bit(DP[27], DP[ 7], DP[17], 4); in crypt_genhash_impl()
317 b64_from_24bit(DP[18], DP[28], DP[ 8], 4); in crypt_genhash_impl()
[all …]