Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
DCryptArc4.c35 return (UINTN) (2 * sizeof (RC4_KEY)); in Arc4GetContextSize()
65 RC4_KEY *Rc4Key; in Arc4Init()
74 Rc4Key = (RC4_KEY *) Arc4Context; in Arc4Init()
78 CopyMem (Rc4Key + 1, Rc4Key, sizeof (RC4_KEY)); in Arc4Init()
113 RC4_KEY *Rc4Key; in Arc4Encrypt()
122 Rc4Key = (RC4_KEY *) Arc4Context; in Arc4Encrypt()
159 RC4_KEY *Rc4Key; in Arc4Decrypt()
168 Rc4Key = (RC4_KEY *) Arc4Context; in Arc4Decrypt()
197 RC4_KEY *Rc4Key; in Arc4Reset()
206 Rc4Key = (RC4_KEY *) Arc4Context; in Arc4Reset()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1073 RC4_KEY = rc4_key_st variable