Searched refs:ciphertext_length_octets (Results 1 – 2 of 2) sorted by relevance
127 if (test_case->ciphertext_length_octets > SELF_TEST_BUF_OCTETS) { in cipher_type_self_test()155 test_case->ciphertext_length_octets)); in cipher_type_self_test()158 if (len != test_case->ciphertext_length_octets) in cipher_type_self_test()161 for (i=0; i < test_case->ciphertext_length_octets; i++) in cipher_type_self_test()194 if (test_case->ciphertext_length_octets > SELF_TEST_BUF_OCTETS) { in cipher_type_self_test()198 for (i=0; i < test_case->ciphertext_length_octets; i++) in cipher_type_self_test()213 len = test_case->ciphertext_length_octets; in cipher_type_self_test()
132 int ciphertext_length_octets; /* octets in plaintext */ member