Searched refs:hash_str (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 | 863 char hash_str[NUM_HEX_CHARS + 1]; in fsl_secboot_validate() local 889 strncpy(hash_str, cp + (i * NUM_HEX_CHARS), in fsl_secboot_validate() 891 hash_str[NUM_HEX_CHARS] = '\0'; in fsl_secboot_validate() 892 if (!str2longbe(hash_str, &hash[i])) { in fsl_secboot_validate()
|
/openbmc/linux/net/sunrpc/ |
H A D | svcauth.c | 200 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup() 223 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_find()
|
H A D | svcauth_unix.c | 299 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup() 320 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | svcauth.h | 171 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4idmap.c | 116 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash() 303 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()
|
/openbmc/linux/fs/nfs/ |
H A D | dns_resolve.c | 136 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
|