Lines Matching refs:int
7 static int check_multipart( mbedtls_gcm_context *ctx,
8 int mode,
17 int ok = 0;
66 int mode,
109 int mode,
140 int mode,
166 void gcm_bad_parameters( int cipher_id, int direction,
169 int tag_len_bits, int gcm_result )
191 void gcm_encrypt_and_tag( int cipher_id, data_t * key_str,
194 int tag_len_bits, data_t * tag,
195 int init_result )
238 void gcm_decrypt_and_verify( int cipher_id, data_t * key_str,
240 data_t * add_str, int tag_len_bits,
242 data_t * pt_result, int init_result )
246 int ret;
291 void gcm_decrypt_and_verify_empty_cipher( int cipher_id,
296 int cipher_update_calls )
312 void gcm_decrypt_and_verify_empty_ad( int cipher_id,
318 int ad_update_calls )
334 void gcm_decrypt_and_verify_no_ad_no_cipher( int cipher_id,
352 void gcm_encrypt_and_tag_empty_cipher( int cipher_id,
357 int cipher_update_calls )
374 void gcm_encrypt_and_tag_empty_ad( int cipher_id,
380 int ad_update_calls )
397 void gcm_encrypt_and_verify_no_ad_no_cipher( int cipher_id,
420 int invalid_bitlen = 1;
435 void gcm_update_output_buffer_too_small( int cipher_id, int mode,