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

/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c972 char *hashstr = malloc(hashstr_len); local
974 if (hashstr != NULL) {
975 tohexstr(hash, *hash_len, hashstr, hashstr_len);
976 cryptodebug("hash value is: %s", hashstr);
977 free(hashstr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1046 char *inetd_cpath, *hashstr; local
1068 if (calculate_hash(cpath, &hashstr) != 0) {
1075 if ((rval = store_inetd_hash(hashstr)) != SCF_ERROR_NONE) {
1079 free(hashstr);
1082 free(hashstr);
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1394 char *hashstr, *s; local
1401 if ((hashstr = scf_simple_prop_next_astring(sp)) == NULL) {
1407 if ((s = strdup(hashstr)) == NULL) {

Completed in 267 milliseconds