Home
last modified time | relevance | path

Searched refs:secret (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c377 void *secret = &_Py_HashSecret; in _PyRandom_Init() local
391 memset(secret, 0, secret_size); in _PyRandom_Init()
414 memset(secret, 0, secret_size); in _PyRandom_Init()
417 lcg_urandom(seed, (unsigned char*)secret, secret_size); in _PyRandom_Init()
422 (void)win32_urandom((unsigned char *)secret, secret_size, 0); in _PyRandom_Init()
424 vms_urandom((unsigned char *)secret, secret_size, 0); in _PyRandom_Init()
426 (void)py_getentropy(secret, secret_size, 1); in _PyRandom_Init()
428 dev_urandom_noraise(secret, secret_size); in _PyRandom_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpoplib.py271 def apop(self, user, secret): argument
286 digest = hashlib.md5(m.group(1)+secret).digest()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Session.c98 CopyMem (Buffer, Salt->secret, Salt->size); in Tpm2StartAuthSession()
/device/huawei/angler/self-extractors/huawei/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/huawei/angler/self-extractors/qcom/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/google/dragon/self-extractors/nvidia/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/lge/bullhead/self-extractors/lge/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/google/dragon/self-extractors/google_devices/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/google/marlin/self-extractors/qcom/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/google/marlin/self-extractors_sailfish/google_devices/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/lge/bullhead/self-extractors/qcom/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/google/marlin/self-extractors/google_devices/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/google/marlin/self-extractors_sailfish/qcom/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/asus/fugu/self-extractors/asus/
DLICENSE62 trade secret. Neither the delivery of the Software to You nor any
111 trade secret, trademark and other proprietary and intellectual
158 trade secret, or other property, publicity or privacy rights of any
/device/asus/fugu/self-extractors/google/
DLICENSE61 trade secret. Neither the delivery of the Software to You nor any
119 trade secret, or other property, publicity or privacy rights of any
/device/asus/fugu/self-extractors/broadcom/
DLICENSE61 trade secret. Neither the delivery of the Software to You nor any
119 trade secret, or other property, publicity or privacy rights of any
/device/asus/fugu/self-extractors/intel/
DLICENSE79 trademark, copyright, or trade secret. Neither the delivery of the
133 infringement of any patent, copyright, trademark, trade secret, or
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h1561 BYTE secret[sizeof(TPMU_ENCRYPTED_SECRET)]; member