Searched refs:final (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/libbb/ |
D | pw_encrypt_md5.c | 79 unsigned char final[17]; /* final[16] exists only to aid in looping */ in md5_crypt() local 111 md5_end(&ctx1, final); in md5_crypt() 113 md5_hash(&ctx, final, pl > 16 ? 16 : pl); in md5_crypt() 116 memset(final, 0, sizeof(final)); in md5_crypt() 118 md5_hash(&ctx, ((i & 1) ? final : (const unsigned char *) pw), 1); in md5_crypt() 120 md5_end(&ctx, final); in md5_crypt() 131 md5_hash(&ctx1, final, 16); in md5_crypt() 140 md5_hash(&ctx1, final, 16); in md5_crypt() 143 md5_end(&ctx1, final); in md5_crypt() 149 final[16] = final[5]; in md5_crypt() [all …]
|
/busybox-1.35.0/coreutils/ |
D | md5_sha1_sum.c | 169 unsigned FAST_FUNC (*final)(void*, void*); in hash_file() local 183 final = (void*)md5_end; in hash_file() 189 final = (void*)sha1_end; in hash_file() 195 final = (void*)sha256_end; in hash_file() 201 final = (void*)sha512_end; in hash_file() 208 final = (void*)sha3_end; in hash_file() 238 final(&context, in_buf); in hash_file()
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir4.tests | 7 # make sure final echo is far enough to not be prefetched.
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir4.tests | 7 # make sure final echo is far enough to not be prefetched.
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_simple.tests | 47 # What is the final exitcode?
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 45 # What is the final exitcode?
|
/busybox-1.35.0/ |
D | TODO | 138 buffer. Either way, there's no guarantee it'll make it to its final
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 1433 * treat this as a final EOF.
|