/third_party/python/Modules/ |
H A D | _hashopenssl.c | 1319 _hashlib_scrypt_impl(PyObject *module, Py_buffer *password, Py_buffer *salt, in _hashlib_scrypt_impl() argument 1212 pbkdf2_hmac_impl(PyObject *module, const char *hash_name, Py_buffer *password, Py_buffer *salt, long iterations, PyObject *dklen_obj) pbkdf2_hmac_impl() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 370 u8 salt[DPP_MAX_HASH_LEN], prk[DPP_MAX_HASH_LEN]; in dpp_derive_k1() local 397 u8 salt[DPP_MAX_HASH_LEN], prk[DPP_MAX_HASH_LEN]; in dpp_derive_k2() local 164 dpp_pbkdf2_f(size_t hash_len, const u8 *password, size_t password_len, const u8 *salt, size_t salt_len, unsigned int iterations, unsigned int count, u8 *digest) dpp_pbkdf2_f() argument 206 dpp_pbkdf2(size_t hash_len, const u8 *password, size_t password_len, const u8 *salt, size_t salt_len, unsigned int iterations, u8 *buf, size_t buflen) dpp_pbkdf2() argument 1120 u8 salt[DPP_MAX_HASH_LEN], prk[DPP_MAX_HASH_LEN]; dpp_derive_pmk() local 1594 u8 salt[DPP_MAX_HASH_LEN], prk[DPP_MAX_HASH_LEN]; dpp_pkex_derive_z() local [all...] |
H A D | sae.c | 535 static int hkdf_extract(size_t hash_len, const u8 *salt, size_t salt_len, in hkdf_extract() argument 1146 u8 salt[64], hash[64]; in sae_derive_pwe_from_pt_ecc() local 1210 u8 salt[64], hash[64]; sae_derive_pwe_from_pt_ffc() local 1522 const u8 *salt; sae_derive_keys() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macsec.c | 440 macsec_fill_iv_xpn(unsigned char *iv, ssci_t ssci, u64 pn, salt_t salt) macsec_fill_iv_xpn() argument
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc_fpga.h | 551 __be32 salt; member 554 u8 salt[16]; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1989 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() argument 2010 u64 hashlen_string(const void *salt, const char *name) in hashlen_string() argument 2038 static inline u64 hash_name(const void *salt, const char *name) in hash_name() argument 2066 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() argument 2076 u64 hashlen_string(const void *salt, const char *name) in hashlen_string() argument 2095 hash_name(const void *salt, const char *name) hash_name() argument [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 243 const u8 salt[16] = { 0xbe, 0x83, 0x60, 0x5a, 0xdb, 0x0b, 0x37, 0x60, in smp_f5() local 1165 const u8 salt[16] = { 0x31, 0x70, 0x6d, 0x74 }; in sc_generate_link_key() local 355 smp_h7(struct crypto_shash *tfm_cmac, const u8 w[16], const u8 salt[16], u8 res[16]) smp_h7() argument 1223 const u8 salt[16] = { 0x32, 0x70, 0x6d, 0x74 }; sc_generate_ltk() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 2117 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() argument 2138 u64 hashlen_string(const void *salt, const char *name) in hashlen_string() argument 2166 static inline u64 hash_name(const void *salt, const char *name) in hash_name() argument 2194 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() argument 2204 u64 hashlen_string(const void *salt, const char *name) in hashlen_string() argument 2223 hash_name(const void *salt, const char *name) hash_name() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macsec.c | 423 macsec_fill_iv_xpn(unsigned char *iv, ssci_t ssci, u64 pn, salt_t salt) macsec_fill_iv_xpn() argument
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 244 const u8 salt[16] = { 0xbe, 0x83, 0x60, 0x5a, 0xdb, 0x0b, 0x37, 0x60, in smp_f5() local 1171 const u8 salt[16] = { 0x31, 0x70, 0x6d, 0x74 }; in sc_generate_link_key() local 356 smp_h7(struct crypto_shash *tfm_cmac, const u8 w[16], const u8 salt[16], u8 res[16]) smp_h7() argument 1229 const u8 salt[16] = { 0x32, 0x70, 0x6d, 0x74 }; sc_generate_ltk() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 1607 static int do_adobe_auth(RTMPContext *rt, const char *user, const char *salt, in do_adobe_auth() argument 1708 const char *user = "", *salt = "", *opaque = NULL, in handle_connect_error() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 2743 u64 salt; in drm_dp_validate_guid() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 419 u8 salt[CN10K_MCS_SA_PER_SC][MACSEC_SALT_LEN]; member 434 u8 salt[CN10K_MCS_SA_PER_SC][MACSEC_SALT_LEN]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 2695 u64 salt; in drm_dp_validate_guid() local
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | x509.h | 446 ASN1_OCTET_STRING *salt; member 459 ASN1_TYPE *salt; member 467 ASN1_OCTET_STRING *salt; member [all...] |