Searched defs:salt (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | pbkdf.c | 93 const uint8_t *salt; member 106 const uint8_t *salt = iters_data->salt; in threaded_qcrypto_pbkdf2_count_iters() local 169 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2_count_iters()
|
H A D | pbkdf-gcrypt.c | 47 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2()
|
H A D | pbkdf-gnutls.c | 44 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2()
|
H A D | pbkdf-nettle.c | 48 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2()
|
H A D | ivgen-essiv.c | 34 uint8_t *salt; in qcrypto_ivgen_essiv_init() local
|
H A D | block-luks-priv.h | 88 uint8_t salt[QCRYPTO_BLOCK_LUKS_SALT_LEN]; member
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pauth-5.c | 9 unsigned long salt = 0; in main() local
|
/openbmc/phosphor-host-ipmid/oem/nvidia/ |
H A D | biosconfigcommands.cpp | 42 uint8_t id, uint8_t type, std::array<uint8_t, biosPasswordSaltSize> salt, in ipmiSetBiosPassword() 115 std::array<uint8_t, biosPasswordSaltSize> salt = {0}; in ipmiGetBiosPassword() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-pbkdf.c | 38 const char *salt; member 415 uint8_t salt[32]; in test_pbkdf_timing_sha256() local
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-verify.c | 159 uint8_t *salt, int salt_len, in compute_hash_prime() 192 uint8_t *db = NULL, *salt = NULL; in padding_pss_verify() local
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | image_manager.cpp | 204 auto salt = std::to_string(randomGen()); in processImage() local
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | server.py | 169 def hash_token(algo, salt, token): argument
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs.c | 730 zap_hash(uint64_t salt, const char *name) in zap_hash()
|