Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c119 const u8 *name_hash, *key_hash; in tls_process_ocsp_single_response() local
167 name_hash = hdr.payload; in tls_process_ocsp_single_response()
170 name_hash, name_hash_len); in tls_process_ocsp_single_response()
178 os_memcmp(name_hash, hash, hash_len) != 0) { in tls_process_ocsp_single_response()
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c636 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp); in STACK_OF()
639 if ((name_hash == NULL) || (in == NULL)) { in STACK_OF()
670 if (lh_X509_NAME_retrieve(name_hash, xn) != NULL) { in STACK_OF()
675 lh_X509_NAME_insert(name_hash, xn); in STACK_OF()
691 lh_X509_NAME_free(name_hash); in STACK_OF()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp202 const uint32_t name_hash = llvm::djbHash(name.GetStringRef()); in GetDescriptorIterator() local
204 m_hash_to_isa_map.equal_range(name_hash); in GetDescriptorIterator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2216 const uint32_t name_hash = data.GetU32(&offset); in ParseClassInfoArray() local
2225 if (name_hash) in ParseClassInfoArray()
2226 AddClass(isa, descriptor_sp, name_hash); in ParseClassInfoArray()
2235 isa, name_hash, in ParseClassInfoArray()