Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c763 uint8_t computed_hash[CS_HASH_MAX_SIZE]; in csblob_find_special_slot_blob() local
776 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_find_special_slot_blob()
801 csblob->csb_hashtype->cs_final(computed_hash, &context); in csblob_find_special_slot_blob()
803 if (memcmp(computed_hash, embedded_hash, csblob->csb_hashtype->cs_size) != 0) { in csblob_find_special_slot_blob()
819 uint8_t computed_hash[CS_HASH_MAX_SIZE]; in csblob_get_entitlements() local
828 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_get_entitlements()
856 csblob->csb_hashtype->cs_final(computed_hash, &context); in csblob_get_entitlements()
858 if (memcmp(computed_hash, embedded_hash, csblob->csb_hashtype->cs_size) != 0) { in csblob_get_entitlements()
881 uint8_t computed_hash[CS_HASH_MAX_SIZE]; in csblob_get_der_entitlements() local
890 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_get_der_entitlements()
[all …]