Lines Matching refs:output
634 /* U = hash function output bits */
721 * where n = pseudorandom bits of output desired.
820 * The final output of this process is the A buffer
1179 CK_BYTE *input, *output;
1185 output = buffer[1];
1207 rv = soft_sign(session_p, input, inlen, output, &hmac_outlen);
1213 * The first time, initialize the output buffer
1217 (void) memcpy(blockdata, output,
1221 * XOR the existing data with output from PRF.
1228 blockdata[j] ^= output[j];
1231 input = output;
1240 output = buffer[i%2];
1369 * this will be used below as output from the
1394 * PRF output to the current key.