Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dplatform.h245 # define move_to_unaligned64(u64p, v) (*(bb__aliased_uint64_t*)(u64p) = (v)) macro
263 # define move_to_unaligned64(u64p, v) do { \ macro
/busybox-1.35.0/networking/
Dtls.c854 move_to_unaligned64(nonce + 4, t64); in xwrite_encrypted_aesgcm()
855 move_to_unaligned64(aad, t64); in xwrite_encrypted_aesgcm()
856 move_to_unaligned64(buf - 8, t64); in xwrite_encrypted_aesgcm()
Dtls_sp_c32.c91 move_to_unaligned64(a, SWAP_BE64(*r)); in sp_256_to_bin_8()