HomeSort by relevance Sort by last modified time
    Searched refs:const_DES_cblock (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptTdes.c 81 if (DES_is_weak_key ((const_DES_cblock *) Key) == 1) {
85 DES_set_key_unchecked ((const_DES_cblock *) Key, KeySchedule);
93 if (DES_is_weak_key ((const_DES_cblock *) (Key + 8)) == 1) {
97 DES_set_key_unchecked ((const_DES_cblock *) (Key + 8), KeySchedule + 1);
104 if (DES_is_weak_key ((const_DES_cblock *) (Key + 16)) == 1) {
108 DES_set_key_unchecked ((const_DES_cblock *) (Key + 16), KeySchedule + 2);
159 (const_DES_cblock *) Input,
220 (const_DES_cblock *) Input,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]

Completed in 83 milliseconds