Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c150 size_t cs_digest_size;/* size of native hash */ member
166 .cs_digest_size = SHA_DIGEST_LENGTH,
175 .cs_digest_size = SHA256_DIGEST_LENGTH,
183 .cs_digest_size = SHA256_DIGEST_LENGTH,
191 .cs_digest_size = SHA384_DIGEST_LENGTH,
766 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_find_special_slot_blob()
818 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_get_entitlements()
880 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_get_der_entitlements()
4085 if (blob->csb_hashtype == NULL || blob->csb_hashtype->cs_digest_size > sizeof(hash)) { in cs_blob_init_validated()
5866 if (hashtype->cs_digest_size > sizeof(actual_hash)) { in cs_validate_hash()