|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resizable_buffer | |
---|---|
ds.ov2.test | Test applet for OV-chip protocol layer and for ds.ov2.bignat
functionality. |
Uses of Resizable_buffer in ds.ov2.test |
---|
Fields in ds.ov2.test declared as Resizable_buffer | |
---|---|
(package private) Resizable_buffer |
Data_protocol_description.buf_0
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_proof_commit_result.buf_1
Return value buf_1. |
(package private) Resizable_buffer |
Data_protocol_description.buf_1
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_proof_commit_result.buf_1
Return value buf_1. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_proof_commit_result.buf_2
Return value buf_2. |
(package private) Resizable_buffer |
Data_protocol_description.buf_2
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_proof_commit_result.buf_2
Return value buf_2. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_proof_commit_result.buf_3
Return value buf_3. |
(package private) Resizable_buffer |
Data_protocol_description.buf_3
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_proof_commit_result.buf_3
Return value buf_3. |
(package private) Resizable_buffer |
Data_protocol_description.buf_4
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_stubs.Check_data_result.buf_5
Return value buf_5. |
Resizable_buffer |
Data_protocol_stubs.Data_performance_send_result.buf_5
Return value buf_5. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_answer_to_challenge_result.buf_5
Return value buf_5. |
(package private) Resizable_buffer |
Data_protocol_description.buf_5
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Check_data_result.buf_5
Return value buf_5. |
Resizable_buffer |
Data_protocol_test_stubs.Data_performance_send_result.buf_5
Return value buf_5. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_answer_to_challenge_result.buf_5
Return value buf_5. |
Resizable_buffer |
Data_protocol_stubs.Check_data_result.buf_6
Return value buf_6. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_answer_to_challenge_result.buf_6
Return value buf_6. |
(package private) Resizable_buffer |
Data_protocol_description.buf_6
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Check_data_result.buf_6
Return value buf_6. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_answer_to_challenge_result.buf_6
Return value buf_6. |
Resizable_buffer |
Data_protocol_stubs.Check_data_result.buf_7
Return value buf_7. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_answer_to_challenge_result.buf_7
Return value buf_7. |
(package private) Resizable_buffer |
Data_protocol_description.buf_7
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Check_data_result.buf_7
Return value buf_7. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_answer_to_challenge_result.buf_7
Return value buf_7. |
Resizable_buffer |
Data_protocol_stubs.Check_data_result.buf_8
Return value buf_8. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_answer_to_challenge_result.buf_8
Return value buf_8. |
(package private) Resizable_buffer |
Data_protocol_description.buf_8
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Check_data_result.buf_8
Return value buf_8. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_answer_to_challenge_result.buf_8
Return value buf_8. |
Resizable_buffer |
Data_protocol_stubs.Check_data_result.buf_9
Return value buf_9. |
Resizable_buffer |
Data_protocol_stubs.Data_perf_answer_to_challenge_result.buf_9
Return value buf_9. |
(package private) Resizable_buffer |
Data_protocol_description.buf_9
Variable declaration from Data_protocol.id. |
Resizable_buffer |
Data_protocol_test_stubs.Check_data_result.buf_9
Return value buf_9. |
Resizable_buffer |
Data_protocol_test_stubs.Data_perf_answer_to_challenge_result.buf_9
Return value buf_9. |
Methods in ds.ov2.test with parameters of type Resizable_buffer | |
---|---|
private byte |
Data_protocol_card.check_buffer(Resizable_buffer b,
byte count)
Check if the buffer b contains the expected data-check
pattern. |
private byte |
Data_protocol_host.check_buffer(Resizable_buffer b,
byte count)
Check the enumberation of resulting Resizable_buffer
that we received from the card. |
Data_protocol_stubs.Check_data_result |
Data_protocol_stubs.check_data_call(CardChannel _cc,
Resizable_buffer _buf_0_host_arg,
Resizable_buffer _buf_1_host_arg,
Resizable_buffer _buf_2_host_arg,
Resizable_buffer _buf_3_host_arg,
Resizable_buffer _buf_4_host_arg)
Call step check_data of protocol check_data on the card. |
Data_protocol_test_stubs.Check_data_result |
Data_protocol_test_stubs.check_data_call(CardChannel _cc,
Resizable_buffer _buf_0_host_arg,
Resizable_buffer _buf_1_host_arg,
Resizable_buffer _buf_2_host_arg,
Resizable_buffer _buf_3_host_arg,
Resizable_buffer _buf_4_host_arg)
Call step check_data of protocol check_data in the test environment. |
void |
Data_protocol_card.check(Resizable_buffer a1,
Resizable_buffer a2,
Resizable_buffer a3,
Resizable_buffer a4,
Resizable_buffer a5,
Resizable_buffer b1,
Resizable_buffer b2,
Resizable_buffer b3,
Resizable_buffer b4,
Resizable_buffer b5)
Check and fill all 10 buffers. |
Data_protocol_stubs.Data_perf_answer_to_challenge_result |
Data_protocol_stubs.data_perf_answer_to_challenge_call(CardChannel _cc,
Resizable_buffer _buf_4_host_arg)
Call step data_perf_answer_to_challenge of protocol data_perf_proof on the card. |
Data_protocol_test_stubs.Data_perf_answer_to_challenge_result |
Data_protocol_test_stubs.data_perf_answer_to_challenge_call(CardChannel _cc,
Resizable_buffer _buf_4_host_arg)
Call step data_perf_answer_to_challenge of protocol data_perf_proof in the test environment. |
Data_protocol_stubs.Data_perf_proof_commit_result |
Data_protocol_stubs.data_perf_proof_commit_call(CardChannel _cc,
Resizable_buffer _buf_0_host_arg)
Call step data_perf_proof_commit of protocol data_perf_proof on the card. |
Data_protocol_test_stubs.Data_perf_proof_commit_result |
Data_protocol_test_stubs.data_perf_proof_commit_call(CardChannel _cc,
Resizable_buffer _buf_0_host_arg)
Call step data_perf_proof_commit of protocol data_perf_proof in the test environment. |
long |
Data_protocol_stubs.data_performance_receive_call(CardChannel _cc,
Resizable_buffer _buf_0_host_arg)
Call step data_performance_receive of protocol data_performance_receive on the card. |
long |
Data_protocol_test_stubs.data_performance_receive_call(CardChannel _cc,
Resizable_buffer _buf_0_host_arg)
Call step data_performance_receive of protocol data_performance_receive in the test environment. |
private byte |
Data_protocol_card.fill_buffer(Resizable_buffer b,
byte count)
Fill the buffer with the data-check pattern. |
private byte |
Data_protocol_host.fill_buffer(Resizable_buffer b,
byte count)
Enumerate the bytes in a Resizable_buffer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |