Searched refs:hash_str (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | cmd_esbc_validate.c | 29 char *hash_str = NULL; in do_esbc_validate() local 39 hash_str = argv[2]; in do_esbc_validate() 48 ret = fsl_secboot_validate(haddr, hash_str, &img_addr); in do_esbc_validate()
|
| H A D | fsl_validate.c | 864 char hash_str[NUM_HEX_CHARS + 1]; in fsl_secboot_validate() local 890 strncpy(hash_str, cp + (i * NUM_HEX_CHARS), in fsl_secboot_validate() 892 hash_str[NUM_HEX_CHARS] = '\0'; in fsl_secboot_validate() 893 if (!str2longbe(hash_str, &hash[i])) { in fsl_secboot_validate()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svcauth.c | 172 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup() 195 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_find()
|
| H A D | svcauth_unix.c | 297 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup() 327 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-ioctl.c | 99 static unsigned int hash_str(const char *str) in hash_str() function 116 unsigned int h = hash_str(str); in __get_name_cell() 130 unsigned int h = hash_str(str); in __get_uuid_cell() 230 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert() 239 list_add(&cell->uuid_list, _uuid_buckets + hash_str(uuid)); in dm_hash_insert() 344 list_add(&hc->uuid_list, _uuid_buckets + hash_str(new_uuid)); in __set_cell_uuid() 365 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | svcauth.h | 176 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4idmap.c | 115 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash() 302 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | dns_resolve.c | 137 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
|