| /src/crypto/external/apache2/openssl/dist/apps/ |
| passwd.c | 715 #define b64_from_24bit(B2, B1, B0, N) \ macro 727 b64_from_24bit(buf[0], buf[10], buf[20], 4); 728 b64_from_24bit(buf[21], buf[1], buf[11], 4); 729 b64_from_24bit(buf[12], buf[22], buf[2], 4); 730 b64_from_24bit(buf[3], buf[13], buf[23], 4); 731 b64_from_24bit(buf[24], buf[4], buf[14], 4); 732 b64_from_24bit(buf[15], buf[25], buf[5], 4); 733 b64_from_24bit(buf[6], buf[16], buf[26], 4); 734 b64_from_24bit(buf[27], buf[7], buf[17], 4); 735 b64_from_24bit(buf[18], buf[28], buf[8], 4) [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| passwd.c | 710 # define b64_from_24bit(B2, B1, B0, N) \ macro 723 b64_from_24bit (buf[0], buf[10], buf[20], 4); 724 b64_from_24bit (buf[21], buf[1], buf[11], 4); 725 b64_from_24bit (buf[12], buf[22], buf[2], 4); 726 b64_from_24bit (buf[3], buf[13], buf[23], 4); 727 b64_from_24bit (buf[24], buf[4], buf[14], 4); 728 b64_from_24bit (buf[15], buf[25], buf[5], 4); 729 b64_from_24bit (buf[6], buf[16], buf[26], 4); 730 b64_from_24bit (buf[27], buf[7], buf[17], 4); 731 b64_from_24bit (buf[18], buf[28], buf[8], 4) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| passwd.c | 706 # define b64_from_24bit(B2, B1, B0, N) \ macro 719 b64_from_24bit (buf[0], buf[10], buf[20], 4); 720 b64_from_24bit (buf[21], buf[1], buf[11], 4); 721 b64_from_24bit (buf[12], buf[22], buf[2], 4); 722 b64_from_24bit (buf[3], buf[13], buf[23], 4); 723 b64_from_24bit (buf[24], buf[4], buf[14], 4); 724 b64_from_24bit (buf[15], buf[25], buf[5], 4); 725 b64_from_24bit (buf[6], buf[16], buf[26], 4); 726 b64_from_24bit (buf[27], buf[7], buf[17], 4); 727 b64_from_24bit (buf[18], buf[28], buf[8], 4) [all...] |