Searched refs:bytes_decrypted (Results 1 – 2 of 2) sorted by relevance
866 uint32_t bytes_decrypted; in lanplus_decrypt_payload() local893 &bytes_decrypted); /* bytes written */ in lanplus_decrypt_payload()895 if (bytes_decrypted != 0) in lanplus_decrypt_payload()903 bytes_decrypted); in lanplus_decrypt_payload()909 conf_pad_length = decrypted_payload[bytes_decrypted - 1]; in lanplus_decrypt_payload()910 *payload_size = bytes_decrypted - conf_pad_length - 1; in lanplus_decrypt_payload()933 return (bytes_decrypted == 0); in lanplus_decrypt_payload()
3498 uint16_t bytes_decrypted; in test_crypt1() local3527 &bytes_decrypted)) in test_crypt1()3532 printbuf(decrypt_buffer, bytes_decrypted, "decrypted payload"); in test_crypt1()3553 uint32_t bytes_decrypted; in test_crypt2() local3570 &bytes_decrypted); in test_crypt2()3571 printbuf((const uint8_t *)decrypt_buffer, bytes_decrypted, "decrypt_buffer"); in test_crypt2()