Home | History | Annotate | Download | only in openssh

Lines Matching refs:hex

401 		char hex[4];
402 snprintf(hex, sizeof(hex), "%02x:", dgst_raw[i]);
403 strlcat(retval, hex, dgst_raw_len * 3 + 1);