Lines Matching refs:printbuf

174 		printbuf((const uint8_t *)buffer, bufferLength, ">> rakp2 mac input buffer");  in lanplus_rakp2_hmac_matches()
175 printbuf((const uint8_t *)session->authcode, IPMI_AUTHCODE_BUFFER_SIZE, ">> rakp2 mac key"); in lanplus_rakp2_hmac_matches()
195 printbuf(mac, macLength, ">> rakp2 mac as computed by the remote console"); in lanplus_rakp2_hmac_matches()
296 printbuf((const uint8_t *)buffer, bufferLength, ">> rakp4 mac input buffer"); in lanplus_rakp4_hmac_matches()
297 printbuf(session->v2_data.sik, 20l, ">> rakp4 mac key (sik)"); in lanplus_rakp4_hmac_matches()
316 printbuf(bmc_mac, macLength, ">> rakp4 mac as computed by the BMC"); in lanplus_rakp4_hmac_matches()
317 printbuf(mac, macLength, ">> rakp4 mac as computed by the remote console"); in lanplus_rakp4_hmac_matches()
422 printbuf((const uint8_t *)input_buffer, input_buffer_length, ">> rakp3 mac input buffer"); in lanplus_generate_rakp3_authcode()
423 printbuf((const uint8_t *)session->authcode, IPMI_AUTHCODE_BUFFER_SIZE, ">> rakp3 mac key"); in lanplus_generate_rakp3_authcode()
435 printbuf((const uint8_t *)output_buffer, *mac_length, "generated rakp3 mac"); in lanplus_generate_rakp3_authcode()
563 printbuf((const uint8_t *)input_buffer, input_buffer_length, "session integrity key input"); in lanplus_generate_sik()
582 printbuf(session->v2_data.sik, 20, "Generated session integrity key"); in lanplus_generate_sik()
626 printbuf(session->v2_data.k1, 20, "Generated K1"); in lanplus_generate_k1()
670 printbuf(session->v2_data.k2, 20, "Generated K2"); in lanplus_generate_k2()
754 printbuf(output, IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE, ">> Initialization vector"); in lanplus_encrypt_payload()
833 printbuf(session->v2_data.k1, 20, "K1"); in lanplus_has_valid_auth_code()
834 printbuf(rs->data + IPMI_LANPLUS_OFFSET_AUTHTYPE, in lanplus_has_valid_auth_code()
837 printbuf(generated_authcode, 12, "Generated authcode"); in lanplus_has_valid_auth_code()
838 printbuf(bmc_authcode, 12, "Expected authcode"); in lanplus_has_valid_auth_code()