Lines Matching refs:b64_from_24bit

569 #define b64_from_24bit(B2, B1, B0, N)                    \  in php_sha512_crypt_r()  macro
581 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r()
582 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r()
583 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r()
584 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r()
585 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r()
586 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r()
587 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r()
588 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r()
589 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r()
590 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r()
591 b64_from_24bit(alt_result[31], alt_result[52], alt_result[10], 4); in php_sha512_crypt_r()
592 b64_from_24bit(alt_result[53], alt_result[11], alt_result[32], 4); in php_sha512_crypt_r()
593 b64_from_24bit(alt_result[12], alt_result[33], alt_result[54], 4); in php_sha512_crypt_r()
594 b64_from_24bit(alt_result[34], alt_result[55], alt_result[13], 4); in php_sha512_crypt_r()
595 b64_from_24bit(alt_result[56], alt_result[14], alt_result[35], 4); in php_sha512_crypt_r()
596 b64_from_24bit(alt_result[15], alt_result[36], alt_result[57], 4); in php_sha512_crypt_r()
597 b64_from_24bit(alt_result[37], alt_result[58], alt_result[16], 4); in php_sha512_crypt_r()
598 b64_from_24bit(alt_result[59], alt_result[17], alt_result[38], 4); in php_sha512_crypt_r()
599 b64_from_24bit(alt_result[18], alt_result[39], alt_result[60], 4); in php_sha512_crypt_r()
600 b64_from_24bit(alt_result[40], alt_result[61], alt_result[19], 4); in php_sha512_crypt_r()
601 b64_from_24bit(alt_result[62], alt_result[20], alt_result[41], 4); in php_sha512_crypt_r()
602 b64_from_24bit(0, 0, alt_result[63], 2); in php_sha512_crypt_r()