Searched refs:rc4_state (Results 1 – 2 of 2) sorted by relevance
85 %struct.rc4_state.0.24 = type { i32, i32, [256 x i32] }87 define void @rc4_crypt(%struct.rc4_state.0.24* nocapture %s) {89 %x1 = getelementptr inbounds %struct.rc4_state.0.24, %struct.rc4_state.0.24* %s, i64 0, i32 090 %y2 = getelementptr inbounds %struct.rc4_state.0.24, %struct.rc4_state.0.24* %s, i64 0, i32 1
12 struct rc4_state { struct16 rc4_state* s = (rc4_state*)context; in CRYPT_ArcFourSetup() argument36 struct rc4_state* s = (struct rc4_state*)context; in CRYPT_ArcFourCrypt()56 rc4_state s; in CRYPT_ArcFourCryptBlock()