Home
last modified time | relevance | path

Searched defs:hash (Results 426 - 450 of 1105) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/fsverity-utils/lib/
H A Dcompute_digest.c28 static void hash_one_block(struct hash_ctx *hash, struct block_buffer *cur, in hash_one_block() argument
45 block_is_full(const struct block_buffer *block, u32 block_size, struct hash_ctx *hash) block_is_full() argument
103 compute_root_hash(void *fd, libfsverity_read_fn_t read_fn, u64 file_size, struct hash_ctx *hash, u32 block_size, const u8 *salt, u32 salt_size, const struct libfsverity_metadata_callbacks *metadata_cbs, u8 *root_hash) compute_root_hash() argument
242 struct hash_ctx *hash = NULL; libfsverity_compute_digest() local
[all...]
/third_party/glslang/glslang/Include/
H A DCommon.h125 template<> struct hash<glslang::TString> { struct
/third_party/gn/src/gn/
H A Dsource_file.h136 struct hash<SourceFile> { struct
/third_party/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h253 int32_t hash; member in StringTrieBuilder::Node
/third_party/icu/icu4c/source/i18n/
H A Dscriptset.cpp167 int32_t hash = 0; in hashCode() local
/third_party/mesa3d/src/amd/common/
H A Dac_surface_modifier_test.c42 unsigned char hash[20]; member
/third_party/mbedtls/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.c203 p256_transparent_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) p256_transparent_sign_hash() argument
238 p256_verify_hash_with_public_key( const uint8_t *key_buffer, size_t key_buffer_size, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) p256_verify_hash_with_public_key() argument
261 p256_transparent_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) p256_transparent_verify_hash() argument
/third_party/mbedtls/library/
H A Dx509write_csr.c141 unsigned char hash[MBEDTLS_MD_MAX_SIZE]; in x509write_csr_der_internal() local
H A Dpsa_crypto_ecp.c365 mbedtls_psa_ecdsa_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_psa_ecdsa_sign_hash() argument
451 mbedtls_psa_ecdsa_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_ecdsa_verify_hash() argument
H A Dpkcs7.c649 unsigned char *hash; in mbedtls_pkcs7_data_or_hash_verify() local
733 mbedtls_pkcs7_signed_hash_verify(mbedtls_pkcs7 *pkcs7, const mbedtls_x509_crt *cert, const unsigned char *hash, size_t hashlen) mbedtls_pkcs7_signed_hash_verify() argument
[all...]
H A Dsha3.c541 uint8_t hash[64]; in mbedtls_sha3_kat_test() local
594 unsigned char hash[64]; in mbedtls_sha3_long_kat_test() local
[all...]
H A Dpsa_crypto_rsa.c317 mbedtls_psa_rsa_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_psa_rsa_sign_hash() argument
416 mbedtls_psa_rsa_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_rsa_verify_hash() argument
[all...]
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c71 uint32_t hash = _mesa_hash_pointer(bo); in fd_submit_append_bo() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c43 hash_src(uint32_t hash, const nir_src *src) in hash_src() argument
52 hash_alu_src(uint32_t hash, const nir_alu_src *src, in hash_alu_src() argument
75 uint32_t hash in hash_instr() local
[all...]
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c140 uint32_t hash = _mesa_hash_pointer(bo); in append_bo() local
169 uint32_t hash = _mesa_hash_pointer(ring); in append_ring() local
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c77 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node() argument
95 static void cso_data_rehash(struct cso_hash *hash, int hint) in cso_data_rehash() argument
144 cso_data_might_grow(struct cso_hash *hash) cso_data_might_grow() argument
150 cso_data_has_shrunk(struct cso_hash *hash) cso_data_has_shrunk() argument
159 cso_data_first_node(struct cso_hash *hash) cso_data_first_node() argument
173 cso_hash_insert(struct cso_hash *hash, unsigned key, void *data) cso_hash_insert() argument
189 cso_hash_init(struct cso_hash *hash) cso_hash_init() argument
200 cso_hash_deinit(struct cso_hash *hash) cso_hash_deinit() argument
254 cso_hash_take(struct cso_hash *hash, unsigned akey) cso_hash_take() argument
270 cso_hash_first_node(struct cso_hash *hash) cso_hash_first_node() argument
276 cso_hash_size(struct cso_hash *hash) cso_hash_size() argument
281 cso_hash_erase(struct cso_hash *hash, struct cso_hash_iter iter) cso_hash_erase() argument
300 cso_hash_contains(struct cso_hash *hash, unsigned key) cso_hash_contains() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp54 uint32_t hash = uint32_t(instr->format) << 16 | uint32_t(instr->opcode); in hash_murmur_32() local
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dserver-ws.c642 unsigned char hash[20]; in handshake_0405() local
/third_party/ltp/metadata/
H A Ddata_storage.h53 struct data_node_hash hash; member
142 struct data_node_hash *hash = &self->hash; in data_node_hash_add() local
181 struct data_node_hash *hash = &self->hash; data_node_hash_del() local
202 struct data_node_hash *hash = &self->hash; data_node_hash_get() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.h66 uint32_t hash; member
106 uint32_t hash; member
H A Dzink_surface.c201 do_create_surface(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_surface *templ, VkImageViewCreateInfo *ivci, uint32_t hash, bool actually) in do_create_surface() argument
219 uint32_t hash = hash_ivci(ivci); in zink_get_surface() local
356 uint32_t hash = hash_ivci(&ivci); in zink_rebind_surface() local
[all...]
H A Dzink_state.h33 uint32_t hash; member
93 uint32_t hash; member
H A Dzink_surface.h56 uint32_t hash; member
/third_party/mesa3d/src/glx/
H A Dglxhash.c129 unsigned long hash = 0; in HashHash() local
203 unsigned long hash = HashHash(key); HashFind() local
251 unsigned long hash; __glxHashInsert() local
276 unsigned long hash; __glxHashDelete() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp145 value_hash hash = v->hash(); in add_value() local
184 value_hash value::hash() { in hash() function in r600_sb::value

Completed in 16 milliseconds

1...<<11121314151617181920>>...45