/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Rand/ |
CryptRand.c | 33 @param[in] SeedSize Size of seed value.
44 IN UINTN SeedSize
47 if (SeedSize > INT_MAX) {
64 RAND_seed (Seed, (UINT32) SeedSize);
|
CryptRandItc.c | 29 @param[in] SeedSize Size of seed value.
40 IN UINTN SeedSize
45 if (SeedSize > INT_MAX) {
62 RAND_seed (Seed, (UINT32) SeedSize);
|
CryptRandTsc.c | 29 @param[in] SeedSize Size of seed value.
40 IN UINTN SeedSize
45 if (SeedSize > INT_MAX) {
62 RAND_seed (Seed, (UINT32) SeedSize);
|
CryptRandNull.c | 26 @param[in] SeedSize Size of seed value.
36 IN UINTN SeedSize
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/ |
CryptRandNull.c | 26 @param[in] SeedSize Size of seed value.
36 IN UINTN SeedSize
|
/bionic/libc/kernel/uapi/linux/ |
cryptouser.h | 91 unsigned int seedsize; member in struct:crypto_report_rng
|
/external/tpm2/ |
TpmTcpProtocol.h | 80 int seedSize
|
/external/kernel-headers/original/uapi/linux/ |
cryptouser.h | 108 unsigned int seedsize; member in struct:crypto_report_rng
|
/external/strace/tests/ |
nlattr_crypto_user_alg.c | 153 .seedsize = 0xabcdefac 160 PRINT_FIELD_U(", ", rrng, seedsize);
|
/external/strace/tests-m32/ |
nlattr_crypto_user_alg.c | 153 .seedsize = 0xabcdefac 160 PRINT_FIELD_U(", ", rrng, seedsize);
|
/external/strace/tests-mx32/ |
nlattr_crypto_user_alg.c | 153 .seedsize = 0xabcdefac 160 PRINT_FIELD_U(", ", rrng, seedsize);
|
/external/strace/ |
netlink_crypto.c | 144 PRINT_FIELD_U(", ", rrng, seedsize);
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/ |
BaseCryptLib.h | [all...] |