Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_mandeltext.ll85 %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 0
90 %y2 = getelementptr inbounds %struct.rc4_state.0.24, %struct.rc4_state.0.24* %s, i64 0, i32 1
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt.cpp12 struct rc4_state { struct
16 rc4_state* s = (rc4_state*)context; in CRYPT_ArcFourSetup() argument
36 struct rc4_state* s = (struct rc4_state*)context; in CRYPT_ArcFourCrypt()
56 rc4_state s; in CRYPT_ArcFourCryptBlock()