Home
last modified time | relevance | path

Searched refs:hash (Results 701 - 725 of 4317) sorted by relevance

1...<<21222324252627282930>>...173

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c206 u8 hash[SHA512_MAC_LEN]; in wpa_eapol_key_mic() local
222 if (hmac_sha1(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
224 os_memcpy(mic, hash, MD5_MAC_LEN); in wpa_eapol_key_mic()
242 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
246 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
251 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
260 os_memcpy(mic, hash, key_len); in wpa_eapol_key_mic()
273 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
275 os_memcpy(mic, hash, MD5_MAC_LEN); in wpa_eapol_key_mic()
282 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
637 u8 hash[SHA384_MAC_LEN]; fils_pmkid_erp() local
972 u8 hash[SHA384_MAC_LEN]; wpa_ft_mic() local
1412 u8 hash[SHA384_MAC_LEN]; pasn_mic() local
1482 pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, u8 *hash) pasn_auth_frame_hash() argument
1930 u8 *pos, r0_key_data[64], hash[48]; wpa_derive_pmk_r0() local
2024 u8 hash[48]; wpa_derive_pmk_r1_name() local
2114 u8 *pos, hash[32]; wpa_pmk_r1_to_ptk() local
2268 unsigned char hash[SHA384_MAC_LEN]; rsn_pmkid() local
2311 unsigned char hash[SHA256_MAC_LEN]; rsn_pmkid_suite_b() local
2344 unsigned char hash[SHA384_MAC_LEN]; rsn_pmkid_suite_b_192() local
3061 fils_domain_name_hash(const char *domain, u8 *hash) fils_domain_name_hash() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h165 size_t hash() const;
340 size_t hash() const;
556 size_t hash() const;
749 size_t hash() const;
806 size_t hash() const;
840 size_t hash() const;
902 size_t hash() const;
1105 size_t hash() const;
1157 size_t hash() const;
1182 size_t hash() cons
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_pwd.c392 "EAP-PWD (peer): MS password hash not supported in FIPS mode"); in eap_pwd_perform_commit_exchange()
692 struct crypto_hash *hash = NULL; in eap_pwd_perform_confirm_exchange() local
737 hash = eap_pwd_h_init(); in eap_pwd_perform_confirm_exchange()
738 if (hash == NULL) in eap_pwd_perform_confirm_exchange()
746 eap_pwd_h_update(hash, cruft, prime_len); in eap_pwd_perform_confirm_exchange()
755 eap_pwd_h_update(hash, cruft, prime_len * 2); in eap_pwd_perform_confirm_exchange()
759 eap_pwd_h_update(hash, cruft, order_len); in eap_pwd_perform_confirm_exchange()
768 eap_pwd_h_update(hash, cruft, prime_len * 2); in eap_pwd_perform_confirm_exchange()
772 eap_pwd_h_update(hash, cruft, order_len); in eap_pwd_perform_confirm_exchange()
775 eap_pwd_h_update(hash, (u in eap_pwd_perform_confirm_exchange()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_pwd.c392 "EAP-PWD (peer): MS password hash not supported in FIPS mode"); in eap_pwd_perform_commit_exchange()
692 struct crypto_hash *hash = NULL; in eap_pwd_perform_confirm_exchange() local
737 hash = eap_pwd_h_init(); in eap_pwd_perform_confirm_exchange()
738 if (hash == NULL) in eap_pwd_perform_confirm_exchange()
746 eap_pwd_h_update(hash, cruft, prime_len); in eap_pwd_perform_confirm_exchange()
755 eap_pwd_h_update(hash, cruft, prime_len * 2); in eap_pwd_perform_confirm_exchange()
759 eap_pwd_h_update(hash, cruft, order_len); in eap_pwd_perform_confirm_exchange()
768 eap_pwd_h_update(hash, cruft, prime_len * 2); in eap_pwd_perform_confirm_exchange()
772 eap_pwd_h_update(hash, cruft, order_len); in eap_pwd_perform_confirm_exchange()
775 eap_pwd_h_update(hash, (u in eap_pwd_perform_confirm_exchange()
[all...]
/base/update/updater/services/package/pkg_verify/
H A Dpkcs7_signed_data.h71 std::vector<uint8_t> &hash);
77 int32_t Verify(const std::vector<uint8_t> &hash, const std::vector<uint8_t> &sig, bool sigInSignerInfo) const;
95 int32_t Pkcs7SignleSignerVerify(const Pkcs7SignerInfo &signerInfo, const std::vector<uint8_t> &hash,
97 int32_t VerifyDigest(X509 *cert, const Pkcs7SignerInfo &signer, const std::vector<uint8_t> &hash,
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.h62 //BLobByteHash is the basic hash algorithm to caculate shader.
67 size_t hash = 0; in operator ()() local
69 hash = hash * HASH_NUM + bytes[i]; in operator ()()
71 return hash; in operator ()()
75 //use memcmp to avoid hash collisions
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S20 .hash : { *(.hash) } :text
21 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S18 .hash : { *(.hash) } :text
19 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S20 .hash : { *(.hash) } :text
21 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S15 .hash : { *(.hash) } :text
16 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S22 .hash : { *(.hash) } :text
23 .gnu.hash : { *(.gnu.hash) }
H A Dvdso64.lds.S22 .hash : { *(.hash) } :text
23 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S16 .hash : { *(.hash) } :text
17 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dvmlinux.lds.S146 .hash : { *(.hash) }
147 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S22 .hash : { *(.hash) } :text
23 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S22 .hash : { *(.hash) } :text
23 .gnu.hash : { *(.gnu.hash) }
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dnetif.h217 * A hash calculated over an IP version 4 header as follows:
229 * A hash calculated over an IP version 4 header and TCP header as
244 * A hash calculated over an IP version 6 header as follows:
256 * A hash calculated over an IP version 6 header and TCP header as
278 * Toeplitz hash:
306 uint64_t hash = 0; in xen_netif_toeplitz_hash() local
320 hash ^= prefix; in xen_netif_toeplitz_hash()
333 /* The valid part of the hash is in the upper 32 bits. */ in xen_netif_toeplitz_hash()
334 return hash >> 32; in xen_netif_toeplitz_hash()
412 * This is sent by the frontend to set the desired hash algorith
895 } hash; global() member
[all...]
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.h14 IO_WQ_HASH_SHIFT = 24, /* upper 8 bits are used for hash key */
110 static inline void io_wq_put_hash(struct io_wq_hash *hash) in io_wq_put_hash() argument
112 if (refcount_dec_and_test(&hash->refs)) in io_wq_put_hash()
113 kfree(hash); in io_wq_put_hash()
117 struct io_wq_hash *hash; member
/kernel/linux/linux-5.10/net/ceph/
H A Dceph_hash.c6 * Robert Jenkin's hash function.
7 * https://burtleburtle.net/bob/hash/evahash.html
92 * linux dcache hash
96 unsigned long hash = 0; in ceph_str_hash_linux() local
101 hash = (hash + (c << 4) + (c >> 4)) * 11; in ceph_str_hash_linux()
103 return hash; in ceph_str_hash_linux()
/kernel/linux/linux-5.10/net/batman-adv/
H A Doriginator.h71 * batadv_choose_orig() - Return the index of the orig entry in the hash table
73 * @size: the size of the hash table
75 * Return: the hash index where the object represented by @data should be
80 u32 hash = 0; in batadv_choose_orig() local
82 hash = jhash(data, ETH_ALEN, hash); in batadv_choose_orig()
83 return hash % size; in batadv_choose_orig()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dupcase.c108 unsigned long hash) in ntfs_names_hash()
112 hash = partial_name_hash(c, hash); in ntfs_names_hash()
115 return hash; in ntfs_names_hash()
107 ntfs_names_hash(const u16 *name, size_t len, const u16 *upcase, unsigned long hash) ntfs_names_hash() argument
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dnetif.h200 * A hash calculated over an IP version 4 header as follows:
212 * A hash calculated over an IP version 4 header and TCP header as
227 * A hash calculated over an IP version 6 header as follows:
239 * A hash calculated over an IP version 6 header and TCP header as
261 * Toeplitz hash:
289 uint64_t hash = 0; in xen_netif_toeplitz_hash() local
303 hash ^= prefix; in xen_netif_toeplitz_hash()
316 /* The valid part of the hash is in the upper 32 bits. */ in xen_netif_toeplitz_hash()
317 return hash >> 32; in xen_netif_toeplitz_hash()
395 * This is sent by the frontend to set the desired hash algorith
878 } hash; global() member
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Doriginator.h67 * batadv_choose_orig() - Return the index of the orig entry in the hash table
69 * @size: the size of the hash table
71 * Return: the hash index where the object represented by @data should be
76 u32 hash = 0; in batadv_choose_orig() local
78 hash = jhash(data, ETH_ALEN, hash); in batadv_choose_orig()
79 return hash % size; in batadv_choose_orig()
/kernel/linux/linux-6.6/net/ceph/
H A Dceph_hash.c6 * Robert Jenkin's hash function.
7 * https://burtleburtle.net/bob/hash/evahash.html
92 * linux dcache hash
96 unsigned long hash = 0; in ceph_str_hash_linux() local
101 hash = (hash + (c << 4) + (c >> 4)) * 11; in ceph_str_hash_linux()
103 return hash; in ceph_str_hash_linux()
/third_party/mbedtls/tests/include/test/drivers/
H A Dsignature.h99 const uint8_t *hash, size_t hash_length,
106 const uint8_t *hash, size_t hash_length,
113 const uint8_t *hash, size_t hash_length,
120 const uint8_t *hash, size_t hash_length,

Completed in 12 milliseconds

1...<<21222324252627282930>>...173