Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/freescale/common/
H A Dcmd_esbc_validate.c29 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 Dfsl_validate.c863 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 Dsvcauth.c200 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 Dsvcauth_unix.c299 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 Dsvcauth.h171 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
/openbmc/linux/fs/nfsd/
H A Dnfs4idmap.c116 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 Ddns_resolve.c136 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()