Lines Matching defs:digest
375 new_entry->digest = strdup(sha1_buf);
376 if (!new_entry->digest) {
825 uint8_t digest[SHA1_HASH_SIZE];
829 * Returns true if the digest of all partial matched contexts is the same as
831 * dir_hash_node with the newly calculated digest.
856 /* Save digest of all matched contexts for the current directory. */
870 memcpy((*new_node)->digest, calculated_digest, digest_len);
1160 * If selabel_no_digest = true then no digest has been requested by
1254 /* Skip digest if not a directory */
1278 /* Skip digest on in-memory filesystems and /sys */
1366 * TODO: Write digest upon FTS_DP if no error occurs in its descents.
1376 current->digest,
1464 /* Check if digest requested in selabel_open(3), if so use it. */
1656 free(current->digest);