Searched defs:elfsign_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c934 cryptodebug("elfsign_hash: skipping %s", name);
941 cryptodebug("elfsign_hash: skipping %s", name);
953 cryptodebug("elfsign_hash: %s has NULL data",
957 cryptodebug("elfsign_hash: updating hash "
963 cryptodebug("elfsign_hash: %s", elf_errmsg(-1));
986 * elfsign_hash - return the hash of the ELF sections affecting execution.
992 elfsign_hash(ELFsign_t ess, uchar_t *hash, size_t *hash_len) function
1130 if (elfsign_hash(ess, hash, &hash_len) != ELFSIGN_SUCCESS) {
1132 " elfsign_hash failed");

Completed in 47 milliseconds