Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c86 static void rotate_left(u32 base, struct xdr_buf *buf, unsigned int shift) in rotate_left() function
191 rotate_left(offset + 16, buf, rrc); in gss_krb5_unwrap_v2()
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs507 hash = (hash.rotate_left(5) ^ (name[i] as u128)).wrapping_mul(K); in hash_name()