Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Depoch_sync.c56 #pragma mark - Hash Table Implementation -
H A Dexclaves_resource.c161 #pragma mark Hash Table
/xnu-10063.141.1/bsd/nfs/gss/
H A Dgss_krb5_mech.c1721 uint8_t Hash[]; /* Mic */ member
1853 memcpy(tokbody->Hash, hash->value, hash->length); in gss_krb5_3des_token_put()
1921 cccbc_set_iv(cctx->dec_mode, iv, tokbody->Hash); in gss_krb5_3des_token_get()
1939 memcpy(hash->value, tokbody->Hash, cctx->digest_size); in gss_krb5_3des_token_get()