Lines Matching defs:output
72 unsigned char *output)
112 * We assume key length is always exactly the output size
137 memset(output, '!', hash_size);
144 /* Keep only the correct inner_hash in the output buffer */
146 output, aux_out, NULL, hash_size);
167 PSA_CHK(psa_hash_update(&operation, output, hash_size));
168 PSA_CHK(psa_hash_finish(&operation, output, hash_size, &hash_length));
192 unsigned char *output)
241 memset(output, '!', hash_size);
247 /* Keep only the correct inner_hash in the output buffer */
249 output, aux_out, NULL, hash_size);
262 MD_CHK(mbedtls_md_update(ctx, output, hash_size));
263 MD_CHK(mbedtls_md_finish(ctx, output));
957 MBEDTLS_SSL_DEBUG_BUF(4, "before encrypt: output payload",
2353 MBEDTLS_SSL_DEBUG_MSG(2, ("=> flush output"));
2362 MBEDTLS_SSL_DEBUG_MSG(2, ("<= flush output"));
2401 MBEDTLS_SSL_DEBUG_MSG(2, ("<= flush output"));
3027 MBEDTLS_SSL_DEBUG_MSG(3, ("output record: msgtype = %u, "
3032 MBEDTLS_SSL_DEBUG_BUF(4, "output record sent to network",
3462 * Both input and output include full DTLS headers.
3652 MBEDTLS_SSL_DEBUG_BUF(4, "output record sent to network",