Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dpw_encrypt_des.c698 to64_msb_first(char *s, unsigned v) in to64_msb_first() function
773 to64_msb_first(output + 2, (r0 >> 8)); in des_crypt()
775 to64_msb_first(output + 6, (r0 << 16) | (r1 >> 16)); in des_crypt()
777 to64_msb_first(output + 10, (r1 << 8)); in des_crypt()