Searched refs:RESULTLEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_digest.c45 #define RESULTLEN (512) macro
189 resultlen = RESULTLEN;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l219 "@output_byte_length", RESULTLEN,
225 "@resultlen", RESULTLEN,
253 "output_byte_length", RESULTLEN,
H A Ditm_comp.y134 %token RESULTLEN
557 : RESULTLEN ASSIGN DECIMAL
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c61 * RESULTLEN - large enough size in bytes to hold result for
64 #define RESULTLEN (512) macro
695 resultlen = RESULTLEN;
705 resultstrlen = RESULTLEN;
756 if (resultlen != RESULTLEN) {

Completed in 49 milliseconds