Searched refs:csb_hashtype (Results 1 – 4 of 4) sorted by relevance
809 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_find_special_slot_blob()832 csblob->csb_hashtype->cs_init(&context); in csblob_find_special_slot_blob()861 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_get_entitlements()887 csblob->csb_hashtype->cs_init(&context); in csblob_get_entitlements()923 if (csblob->csb_hashtype == NULL || csblob->csb_hashtype->cs_digest_size > sizeof(computed_hash)) { in csblob_get_der_entitlements()949 csblob->csb_hashtype->cs_init(&context); in csblob_get_der_entitlements()3906 blob->csb_hashtype->cs_init(&mdctx); in ubc_cs_convert_to_multilevel_hash()4080 if (blob->csb_hashtype == NULL || blob->csb_hashtype->cs_digest_size > sizeof(hash)) { in cs_blob_init_validated()4100 blob->csb_hashtype->cs_init(&mdctx); in cs_blob_init_validated()5313 if (tmp_blob.csb_hashtype == existing->csb_hashtype && in ubc_cs_blob_add_supplement()[all …]
569 return blob->csb_hashtype != NULL ? cs_hash_type(blob->csb_hashtype) : 0; in csblob_get_hashtype()
4121 int hashtype = cs_hash_type(blob->csb_hashtype); in sys_fcntl_nocancel()
125 const struct cs_hash *csb_hashtype; member