Home
last modified time | relevance | path

Searched refs:final (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/libbb/
Dpw_encrypt_md5.c79 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/
Dmd5_sha1_sum.c169 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/
Dredir4.tests7 # make sure final echo is far enough to not be prefetched.
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir4.tests7 # make sure final echo is far enough to not be prefetched.
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_simple.tests47 # What is the final exitcode?
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_simple.tests45 # What is the final exitcode?
/busybox-1.35.0/
DTODO138 buffer. Either way, there's no guarantee it'll make it to its final
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped1433 * treat this as a final EOF.