Searched refs:b64_from_24bit (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | passwd.c | 721 b64_from_24bit (buf[0], buf[10], buf[20], 4); in shacrypt() 722 b64_from_24bit (buf[21], buf[1], buf[11], 4); in shacrypt() 723 b64_from_24bit (buf[12], buf[22], buf[2], 4); in shacrypt() 724 b64_from_24bit (buf[3], buf[13], buf[23], 4); in shacrypt() 725 b64_from_24bit (buf[24], buf[4], buf[14], 4); in shacrypt() 726 b64_from_24bit (buf[15], buf[25], buf[5], 4); in shacrypt() 727 b64_from_24bit (buf[6], buf[16], buf[26], 4); in shacrypt() 728 b64_from_24bit (buf[27], buf[7], buf[17], 4); in shacrypt() 729 b64_from_24bit (buf[18], buf[28], buf[8], 4); in shacrypt() 731 b64_from_24bit (0, buf[31], buf[30], 3); in shacrypt() [all …]
|
Completed in 4 milliseconds