/dports/security/p5-Crypt-Passwd-XS/Crypt-Passwd-XS-0.601/ |
H A D | sha512crypt.c | 568 b64_from_24bit (alt_result[0], alt_result[21], alt_result[42], 4); in cpx_sha512_crypt_r() 569 b64_from_24bit (alt_result[22], alt_result[43], alt_result[1], 4); in cpx_sha512_crypt_r() 570 b64_from_24bit (alt_result[44], alt_result[2], alt_result[23], 4); in cpx_sha512_crypt_r() 571 b64_from_24bit (alt_result[3], alt_result[24], alt_result[45], 4); in cpx_sha512_crypt_r() 572 b64_from_24bit (alt_result[25], alt_result[46], alt_result[4], 4); in cpx_sha512_crypt_r() 573 b64_from_24bit (alt_result[47], alt_result[5], alt_result[26], 4); in cpx_sha512_crypt_r() 574 b64_from_24bit (alt_result[6], alt_result[27], alt_result[48], 4); in cpx_sha512_crypt_r() 575 b64_from_24bit (alt_result[28], alt_result[49], alt_result[7], 4); in cpx_sha512_crypt_r() 576 b64_from_24bit (alt_result[50], alt_result[8], alt_result[29], 4); in cpx_sha512_crypt_r() 577 b64_from_24bit (alt_result[9], alt_result[30], alt_result[51], 4); in cpx_sha512_crypt_r() [all …]
|
H A D | sha256crypt.c | 536 b64_from_24bit (alt_result[0], alt_result[10], alt_result[20], 4); in cpx_sha256_crypt_r() 537 b64_from_24bit (alt_result[21], alt_result[1], alt_result[11], 4); in cpx_sha256_crypt_r() 538 b64_from_24bit (alt_result[12], alt_result[22], alt_result[2], 4); in cpx_sha256_crypt_r() 539 b64_from_24bit (alt_result[3], alt_result[13], alt_result[23], 4); in cpx_sha256_crypt_r() 540 b64_from_24bit (alt_result[24], alt_result[4], alt_result[14], 4); in cpx_sha256_crypt_r() 541 b64_from_24bit (alt_result[15], alt_result[25], alt_result[5], 4); in cpx_sha256_crypt_r() 542 b64_from_24bit (alt_result[6], alt_result[16], alt_result[26], 4); in cpx_sha256_crypt_r() 543 b64_from_24bit (alt_result[27], alt_result[7], alt_result[17], 4); in cpx_sha256_crypt_r() 544 b64_from_24bit (alt_result[18], alt_result[28], alt_result[8], 4); in cpx_sha256_crypt_r() 545 b64_from_24bit (alt_result[9], alt_result[19], alt_result[29], 4); in cpx_sha256_crypt_r() [all …]
|
/dports/security/hashcat/hashcat-6.2.5/OpenCL/ |
H A D | m07400-pure.cl | 280 alt_result[0] = tmps[gid].alt_result[0]; 281 alt_result[1] = tmps[gid].alt_result[1]; 282 alt_result[2] = tmps[gid].alt_result[2]; 283 alt_result[3] = tmps[gid].alt_result[3]; 284 alt_result[4] = tmps[gid].alt_result[4]; 285 alt_result[5] = tmps[gid].alt_result[5]; 286 alt_result[6] = tmps[gid].alt_result[6]; 287 alt_result[7] = tmps[gid].alt_result[7]; 338 tmps[gid].alt_result[0] = alt_result[0]; 339 tmps[gid].alt_result[1] = alt_result[1]; [all …]
|
H A D | m01800-pure.cl | 25 u32 alt_result[16]; 108 // alt_result 330 u32 alt_result[32] = { 0 }; 335 for (int i = 0; i < 16; i++) alt_result[i] = tmps[gid].alt_result[i]; 352 sha512_update (&ctx, alt_result, 64); 367 sha512_update (&ctx, alt_result, 64); 376 alt_result[ 0] = h32_from_64_S (ctx.h[0]); 377 alt_result[ 1] = l32_from_64_S (ctx.h[0]); 378 alt_result[ 2] = h32_from_64_S (ctx.h[1]); 379 alt_result[ 3] = l32_from_64_S (ctx.h[1]); [all …]
|
/dports/sysutils/syslinux/syslinux-6.03/com32/libutil/ |
H A D | sha512crypt.c | 519 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in sha512_crypt_r() 520 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in sha512_crypt_r() 521 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in sha512_crypt_r() 522 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in sha512_crypt_r() 523 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in sha512_crypt_r() 524 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in sha512_crypt_r() 525 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in sha512_crypt_r() 526 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in sha512_crypt_r() 527 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in sha512_crypt_r() 528 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in sha512_crypt_r() [all …]
|
H A D | sha256crypt.c | 484 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in sha256_crypt_r() 485 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in sha256_crypt_r() 486 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in sha256_crypt_r() 487 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in sha256_crypt_r() 488 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in sha256_crypt_r() 489 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in sha256_crypt_r() 490 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in sha256_crypt_r() 491 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in sha256_crypt_r() 492 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in sha256_crypt_r() 493 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in sha256_crypt_r() [all …]
|
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/ |
H A D | md5-crypt.c | 62 unsigned char alt_result[16]; local 110 md5_finish_ctx (&alt_ctx, alt_result); 118 *alt_result = '\0'; 129 md5_finish_ctx (&ctx, alt_result); 160 md5_finish_ctx (&ctx, alt_result); 192 b64_from_24bit (alt_result[0], alt_result[6], alt_result[12], 4); 193 b64_from_24bit (alt_result[1], alt_result[7], alt_result[13], 4); 194 b64_from_24bit (alt_result[2], alt_result[8], alt_result[14], 4); 195 b64_from_24bit (alt_result[3], alt_result[9], alt_result[15], 4); 196 b64_from_24bit (alt_result[4], alt_result[10], alt_result[5], 4); [all …]
|
/dports/devel/bglibs/bglibs-2.04/crypto/ |
H A D | md5-crypt.c | 62 unsigned char alt_result[16]; local 110 md5_finish_ctx (&alt_ctx, alt_result); 118 *alt_result = '\0'; 129 md5_finish_ctx (&ctx, alt_result); 160 md5_finish_ctx (&ctx, alt_result); 192 b64_from_24bit (alt_result[0], alt_result[6], alt_result[12], 4); 193 b64_from_24bit (alt_result[1], alt_result[7], alt_result[13], 4); 194 b64_from_24bit (alt_result[2], alt_result[8], alt_result[14], 4); 195 b64_from_24bit (alt_result[3], alt_result[9], alt_result[15], 4); 196 b64_from_24bit (alt_result[4], alt_result[10], alt_result[5], 4); [all …]
|
/dports/net-im/centerim/centerim-4.22.10/libyahoo2/ |
H A D | crypt.c | 55 md5_byte_t alt_result[16]; in yahoo_crypt() local 109 md5_finish(&alt_ctx, alt_result); in yahoo_crypt() 117 alt_result[0] = '\0'; in yahoo_crypt() 128 md5_finish(&ctx, alt_result); in yahoo_crypt() 158 md5_finish(&ctx, alt_result); in yahoo_crypt() 187 b64_from_24bit(alt_result[0], alt_result[6], alt_result[12], 4); in yahoo_crypt() 188 b64_from_24bit(alt_result[1], alt_result[7], alt_result[13], 4); in yahoo_crypt() 189 b64_from_24bit(alt_result[2], alt_result[8], alt_result[14], 4); in yahoo_crypt() 190 b64_from_24bit(alt_result[3], alt_result[9], alt_result[15], 4); in yahoo_crypt() 191 b64_from_24bit(alt_result[4], alt_result[10], alt_result[5], 4); in yahoo_crypt() [all …]
|
/dports/devel/tcl-trf/trf2.1.4/md5-crypt/ |
H A D | md5-crypt.c | 79 unsigned char alt_result[16]; local 127 md5_finish_ctx (&alt_ctx, alt_result); 135 *alt_result = '\0'; 146 md5_finish_ctx (&ctx, alt_result); 177 md5_finish_ctx (&ctx, alt_result); 207 b64_from_24bit (alt_result[0], alt_result[6], alt_result[12], 4); 208 b64_from_24bit (alt_result[1], alt_result[7], alt_result[13], 4); 209 b64_from_24bit (alt_result[2], alt_result[8], alt_result[14], 4); 210 b64_from_24bit (alt_result[3], alt_result[9], alt_result[15], 4); 211 b64_from_24bit (alt_result[4], alt_result[10], alt_result[5], 4); [all …]
|
/dports/lang/php73/php-7.3.33/ext/standard/ |
H A D | crypt_sha512.c | 574 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 580 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 581 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 582 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 583 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
H A D | crypt_sha256.c | 539 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in php_sha256_crypt_r() 540 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in php_sha256_crypt_r() 541 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in php_sha256_crypt_r() 542 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in php_sha256_crypt_r() 543 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in php_sha256_crypt_r() 544 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in php_sha256_crypt_r() 545 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in php_sha256_crypt_r() 546 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in php_sha256_crypt_r() 547 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in php_sha256_crypt_r() 548 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in php_sha256_crypt_r() [all …]
|
/dports/lang/php81/php-8.1.1/ext/standard/ |
H A D | crypt_sha512.c | 574 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 580 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 581 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 582 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 583 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
H A D | crypt_sha256.c | 539 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in php_sha256_crypt_r() 540 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in php_sha256_crypt_r() 541 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in php_sha256_crypt_r() 542 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in php_sha256_crypt_r() 543 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in php_sha256_crypt_r() 544 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in php_sha256_crypt_r() 545 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in php_sha256_crypt_r() 546 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in php_sha256_crypt_r() 547 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in php_sha256_crypt_r() 548 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in php_sha256_crypt_r() [all …]
|
/dports/www/mod_php81/php-8.1.1/ext/standard/ |
H A D | crypt_sha512.c | 574 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 580 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 581 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 582 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 583 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
H A D | crypt_sha256.c | 539 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in php_sha256_crypt_r() 540 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in php_sha256_crypt_r() 541 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in php_sha256_crypt_r() 542 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in php_sha256_crypt_r() 543 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in php_sha256_crypt_r() 544 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in php_sha256_crypt_r() 545 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in php_sha256_crypt_r() 546 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in php_sha256_crypt_r() 547 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in php_sha256_crypt_r() 548 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in php_sha256_crypt_r() [all …]
|
/dports/lang/php80/php-8.0.15/ext/standard/ |
H A D | crypt_sha512.c | 574 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 580 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 581 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 582 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 583 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
H A D | crypt_sha256.c | 539 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in php_sha256_crypt_r() 540 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in php_sha256_crypt_r() 541 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in php_sha256_crypt_r() 542 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in php_sha256_crypt_r() 543 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in php_sha256_crypt_r() 544 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in php_sha256_crypt_r() 545 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in php_sha256_crypt_r() 546 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in php_sha256_crypt_r() 547 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in php_sha256_crypt_r() 548 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in php_sha256_crypt_r() [all …]
|
/dports/lang/php74/php-7.4.27/ext/standard/ |
H A D | crypt_sha512.c | 570 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 571 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 572 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 573 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 574 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
H A D | crypt_sha256.c | 535 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in php_sha256_crypt_r() 536 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in php_sha256_crypt_r() 537 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in php_sha256_crypt_r() 538 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in php_sha256_crypt_r() 539 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in php_sha256_crypt_r() 540 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in php_sha256_crypt_r() 541 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in php_sha256_crypt_r() 542 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in php_sha256_crypt_r() 543 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in php_sha256_crypt_r() 544 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in php_sha256_crypt_r() [all …]
|
/dports/www/mod_php73/php-7.3.33/ext/standard/ |
H A D | crypt_sha512.c | 574 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 580 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 581 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 582 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 583 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
/dports/www/mod_php74/php-7.4.27/ext/standard/ |
H A D | crypt_sha512.c | 570 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 571 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 572 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 573 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 574 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
/dports/www/mod_php80/php-8.0.15/ext/standard/ |
H A D | crypt_sha512.c | 574 b64_from_24bit(alt_result[0], alt_result[21], alt_result[42], 4); in php_sha512_crypt_r() 575 b64_from_24bit(alt_result[22], alt_result[43], alt_result[1], 4); in php_sha512_crypt_r() 576 b64_from_24bit(alt_result[44], alt_result[2], alt_result[23], 4); in php_sha512_crypt_r() 577 b64_from_24bit(alt_result[3], alt_result[24], alt_result[45], 4); in php_sha512_crypt_r() 578 b64_from_24bit(alt_result[25], alt_result[46], alt_result[4], 4); in php_sha512_crypt_r() 579 b64_from_24bit(alt_result[47], alt_result[5], alt_result[26], 4); in php_sha512_crypt_r() 580 b64_from_24bit(alt_result[6], alt_result[27], alt_result[48], 4); in php_sha512_crypt_r() 581 b64_from_24bit(alt_result[28], alt_result[49], alt_result[7], 4); in php_sha512_crypt_r() 582 b64_from_24bit(alt_result[50], alt_result[8], alt_result[29], 4); in php_sha512_crypt_r() 583 b64_from_24bit(alt_result[9], alt_result[30], alt_result[51], 4); in php_sha512_crypt_r() [all …]
|
/dports/sysutils/shim/shim-0.9/ |
H A D | PasswordCrypt.c | 67 MD5_Final(alt_result, &alt_ctx); in md5_crypt() 70 MD5_Update(&ctx, alt_result, 16); in md5_crypt() 71 MD5_Update(&ctx, alt_result, cnt); in md5_crypt() 73 *alt_result = '\0'; in md5_crypt() 77 MD5_Update(&ctx, alt_result, 1); in md5_crypt() 82 MD5_Final(alt_result, &ctx); in md5_crypt() 103 MD5_Final(alt_result, &ctx); in md5_crypt() 142 SHA256_Final(alt_result, &ctx); in sha256_crypt() 187 SHA256_Final(alt_result, &ctx); in sha256_crypt() 230 SHA512_Final(alt_result, &ctx); in sha512_crypt() [all …]
|
/dports/sysutils/busybox/busybox-1.26.2/libbb/ |
H A D | pw_encrypt_sha.c | 30 unsigned char alt_result[64]; in sha_crypt() member 41 #define alt_result (L.alt_result ) in sha_crypt() macro 115 sha_end(&alt_ctx, alt_result); in sha_crypt() 120 sha_hash(&ctx, alt_result, _32or64); in sha_crypt() 121 sha_hash(&ctx, alt_result, cnt); in sha_crypt() 132 sha_end(&ctx, alt_result); in sha_crypt() 192 sha_end(&ctx, alt_result); in sha_crypt() 210 b64_from_24bit(alt_result[i], alt_result[j], alt_result[k], 4); in sha_crypt() 215 b64_from_24bit(0, alt_result[31], alt_result[30], 3); in sha_crypt() 236 b64_from_24bit(alt_result[i], alt_result[j], alt_result[k], 4); in sha_crypt() [all …]
|