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

/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c971 char *hashstr = malloc(hashstr_len); local
973 if (hashstr != NULL) {
974 tohexstr(hash, *hash_len, hashstr, hashstr_len);
975 cryptodebug("hash value is: %s", hashstr);
976 free(hashstr);
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1391 char *hashstr, *s; local
1398 if ((hashstr = scf_simple_prop_next_astring(sp)) == NULL) {
1404 if ((s = strdup(hashstr)) == NULL) {

Completed in 26 milliseconds