Home
last modified time | relevance | path

Searched refs:hash (Results 2751 - 2775 of 3998) sorted by relevance

1...<<111112113114115116117118119120>>...160

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c489 srv_log(sess, "TLS test - break ServerKeyExchange ServerParams hash"); in radius_server_testing_options_tls()
843 const u8 *hash) in radius_server_sim_provisioning_session()
868 wpa_snprintf_hex(hash_txt, sizeof(hash_txt), hash, in radius_server_sim_provisioning_session()
1018 u8 *buf, *pos, hash[HS20_MOBILE_ID_HASH_LEN]; in radius_server_encapsulate_eap() local
1023 if (os_get_random(hash, HS20_MOBILE_ID_HASH_LEN) < 0) { in radius_server_encapsulate_eap()
1027 RADIUS_DUMP("hotspot2dot0-mobile-identifier-hash", in radius_server_encapsulate_eap()
1028 hash, HS20_MOBILE_ID_HASH_LEN); in radius_server_encapsulate_eap()
1030 if (radius_server_sim_provisioning_session(sess, hash) < 0) { in radius_server_encapsulate_eap()
1047 hash, HS20_MOBILE_ID_HASH_LEN); in radius_server_encapsulate_eap()
842 radius_server_sim_provisioning_session(struct radius_session *sess, const u8 *hash) radius_server_sim_provisioning_session() argument
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp351 void AstObject::SetHash(uint32_t hash) in SetHash() argument
353 hash_ = hash; in SetHash()
/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit_comp.c373 BUILD_BUG_ON(sizeof_field(struct sk_buff, hash) != 4); in bpf_jit_build_body()
375 hash)); in bpf_jit_build_body()
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-sha.c17 #include <crypto/hash.h>
19 #include <crypto/internal/hash.h>
289 /* Must hash the input key */ in ccp_sha_setkey()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h295 u32 hash; member
303 __be32 hash; member
541 * @rss_hfunc: RSS selected hash function
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c11 #include <linux/hash.h>
200 tlsdev->hash = chtls_create_hash; in chtls_register_dev()
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_main.c60 pr_err("invalid hash algorithm \"%s\" for template \"%s\"", in hash_setup()
69 pr_err("invalid hash algorithm \"%s\"", str); in hash_setup()
525 * @buf: buffer in which to store the hash
528 * On success, return the hash algorithm (as defined in the enum hash_algo).
529 * If buf is not NULL, this function also outputs the hash into buf.
530 * If the hash is larger than buf_size, then only buf_size bytes will be copied.
532 * possible hash: IMA_MAX_DIGEST_SIZE.
533 * The file hash returned is based on the entire file, including the appended
560 * not been called, we might not always have a hash. in ima_file_hash()
827 } hash in process_buffer_measurement() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Ddatagram.c500 * and update a hash.
505 * @hash: hash request to update
509 struct ahash_request *hash) in skb_copy_and_hash_datagram_iter()
512 hash_and_copy_to_iter, hash); in skb_copy_and_hash_datagram_iter()
507 skb_copy_and_hash_datagram_iter(const struct sk_buff *skb, int offset, struct iov_iter *to, int len, struct ahash_request *hash) skb_copy_and_hash_datagram_iter() argument
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dchip.h617 int (*atu_get_hash)(struct mv88e6xxx_chip *chip, u8 *hash);
618 int (*atu_set_hash)(struct mv88e6xxx_chip *chip, u8 hash);
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h260 u32 hash; member
277 __be32 hash; member
555 * @rss_hfunc: RSS selected hash function
/kernel/linux/linux-6.6/kernel/futex/
H A Dcore.c109 * futex_hash - Return the hash bucket in the global hash
110 * @key: Pointer to the futex key for which the hash is calculated
112 * We hash on the keys returned from get_futex_key (see below) and return the
113 * corresponding hash bucket in the global hash.
117 u32 hash = jhash2((u32 *)key, offsetof(typeof(*key), both.offset) / 4, in futex_hash() local
120 return &futex_queues[hash & (futex_hashsize - 1)]; in futex_hash()
434 * @hb: the hash bucket the futex_q's reside in
628 * hash bucke
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-sha.c17 #include <crypto/hash.h>
19 #include <crypto/internal/hash.h>
290 /* Must hash the input key */ in ccp_sha_setkey()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c11 #include <linux/hash.h>
200 tlsdev->hash = chtls_create_hash; in chtls_register_dev()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c515 if (entry->hash != 0xFFFF && in mtk_flow_offload_stats()
516 mtk_foe_entry_get_mib(eth->ppe[entry->ppe_index], entry->hash, in mtk_flow_offload_stats()
/kernel/linux/linux-6.6/net/mctp/
H A Daf_mctp.c85 rc = sk->sk_prot->hash(sk); in mctp_bind()
600 .hash = mctp_sk_hash,
/kernel/linux/linux-6.6/net/core/
H A Dgro.c329 u32 hash = skb_get_hash_raw(skb); in gro_list_prepare() local
337 if (hash != skb_get_hash_raw(p)) { in gro_list_prepare()
H A Ddatagram.c494 * and update a hash.
499 * @hash: hash request to update
503 struct ahash_request *hash) in skb_copy_and_hash_datagram_iter()
506 hash_and_copy_to_iter, hash); in skb_copy_and_hash_datagram_iter()
501 skb_copy_and_hash_datagram_iter(const struct sk_buff *skb, int offset, struct iov_iter *to, int len, struct ahash_request *hash) skb_copy_and_hash_datagram_iter() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h427 __u32 hash; member
524 __u32 hash; member
/third_party/curl/tests/
H A Drunner.pm376 # Load test keywords into %keywords hash
905 my %hash = getpartattr("client", "stdin");
906 if($hash{'nonewline'}) {
/third_party/ffmpeg/libavfilter/
H A Dvf_palettegen.c287 * histogram/hash table).
445 * Locate the color in the hash table and increment its counter.
450 const unsigned hash = color_hash(color, use_alpha); in color_inc() local
451 struct hist_node *node = &hist[hash]; in color_inc()
/third_party/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp388 return this==&other || (typeid(*this)==typeid(other) && hash==other.hash); in operator ==()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp265 h ^= (s->hash()); in hash_src()
272 value_hash node::hash() const { in hash() function in r600_sb::node
/third_party/node/deps/icu-small/source/common/
H A Dstringtriebuilder.cpp388 return this==&other || (typeid(*this)==typeid(other) && hash==other.hash); in operator ==()
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc31 int32_t hash = NameToIndexShape::Hash(roots, name); in AddLocalNamesFromContext() local
32 if (names_table->FindEntry(cage_base, roots, name, hash).is_found()) { in AddLocalNamesFromContext()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h337 // We exclude {prev_} and {child_} from equality and hash computations,
373 std::unordered_set<Item, base::hash<Item>>* processed);
377 std::unordered_set<Item, base::hash<Item>> table; in ParseTokens()

Completed in 35 milliseconds

1...<<111112113114115116117118119120>>...160