Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/crypto/
H A Dpbkdf.c93 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 Dpbkdf-gcrypt.c47 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2()
H A Dpbkdf-gnutls.c44 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2()
H A Dpbkdf-nettle.c48 const uint8_t *salt, size_t nsalt, in qcrypto_pbkdf2()
H A Divgen-essiv.c34 uint8_t *salt; in qcrypto_ivgen_essiv_init() local
H A Dblock-luks-priv.h88 uint8_t salt[QCRYPTO_BLOCK_LUKS_SALT_LEN]; member
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-5.c9 unsigned long salt = 0; in main() local
/openbmc/phosphor-host-ipmid/oem/nvidia/
H A Dbiosconfigcommands.cpp42 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 Dtest-crypto-pbkdf.c38 const char *salt; member
415 uint8_t salt[32]; in test_pbkdf_timing_sha256() local
/openbmc/u-boot/lib/rsa/
H A Drsa-verify.c159 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 Dimage_manager.cpp204 auto salt = std::to_string(randomGen()); in processImage() local
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py169 def hash_token(algo, salt, token): argument
/openbmc/u-boot/fs/zfs/
H A Dzfs.c730 zap_hash(uint64_t salt, const char *name) in zap_hash()