Lines Matching refs:cipher_id
77 void mbedtls_ccm_setkey( int cipher_id, int key_size, int result )
88 ret = mbedtls_ccm_setkey( &ctx, cipher_id, key, key_size );
179 void mbedtls_ccm_encrypt_and_tag( int cipher_id, data_t * key,
199 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
235 void mbedtls_ccm_star_no_tag( int cipher_id, int mode, data_t * key,
243 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
260 void mbedtls_ccm_auth_decrypt( int cipher_id, data_t * key,
278 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
323 void mbedtls_ccm_star_encrypt_and_tag( int cipher_id,
364 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id,
407 void mbedtls_ccm_star_auth_decrypt( int cipher_id,
443 TEST_ASSERT( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ) == 0 );
485 void mbedtls_ccm_skip_ad( int cipher_id, int mode,
497 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
523 void mbedtls_ccm_skip_update( int cipher_id, int mode,
531 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
551 void mbedtls_ccm_overflow_ad( int cipher_id, int mode,
558 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
572 void mbedtls_ccm_unexpected_ad( int cipher_id, int mode,
579 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
592 void mbedtls_ccm_unexpected_text( int cipher_id, int mode,
601 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
619 void mbedtls_ccm_incomplete_ad( int cipher_id, int mode,
626 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
645 void mbedtls_ccm_full_ad_and_overflow( int cipher_id, int mode,
652 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
669 void mbedtls_ccm_incomplete_ad_and_overflow( int cipher_id, int mode,
680 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
696 void mbedtls_ccm_overflow_update( int cipher_id, int mode,
705 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
724 void mbedtls_ccm_incomplete_update( int cipher_id, int mode,
733 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
758 void mbedtls_ccm_full_update_and_overflow( int cipher_id, int mode,
767 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
789 void mbedtls_ccm_incomplete_update_overflow( int cipher_id, int mode,
802 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );
823 void mbedtls_ccm_instant_finish( int cipher_id, int mode,
830 TEST_EQUAL( mbedtls_ccm_setkey( &ctx, cipher_id, key->x, key->len * 8 ), 0 );