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

/osnet-11/usr/src/lib/libelfsign/common/
H A Dlibelfsign.h130 extern ELFsign_status_t elfsign_hash(ELFsign_t ess, uchar_t *hash,
H A Delfsignlib.c933 cryptodebug("elfsign_hash: skipping %s", name);
940 cryptodebug("elfsign_hash: skipping %s", name);
952 cryptodebug("elfsign_hash: %s has NULL data",
956 cryptodebug("elfsign_hash: updating hash "
962 cryptodebug("elfsign_hash: %s", elf_errmsg(-1));
985 * elfsign_hash - return the hash of the ELF sections affecting execution.
991 elfsign_hash(ELFsign_t ess, uchar_t *hash, size_t *hash_len) function
1129 if (elfsign_hash(ess, hash, &hash_len) != ELFSIGN_SUCCESS) {
1131 " elfsign_hash failed");

Completed in 35 milliseconds