Home
last modified time | relevance | path

Searched refs:cs_hash (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dubc_internal.h102 struct cs_hash;
104 uint8_t cs_hash_type(struct cs_hash const *);
125 const struct cs_hash *csb_hashtype;
128 const struct cs_hash *csb_linkage_hashtype;
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c147 struct cs_hash { struct
158 struct cs_hash const * const cs_hash) in cs_hash_type() argument
160 return cs_hash->cs_type; in cs_hash_type()
163 static const struct cs_hash cs_hash_sha1 = {
172 static const struct cs_hash cs_hash_sha256 = {
180 static const struct cs_hash cs_hash_sha256_truncate = {
188 static const struct cs_hash cs_hash_sha384 = {
198 static struct cs_hash const *
361 struct cs_hash const *hashtype; in cs_validate_codedirectory()
5821 struct cs_hash const *hashtype = NULL; in cs_validate_hash()