Searched refs:cipher_id (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_gcm.function | 166 void gcm_bad_parameters( int cipher_id, int direction, 191 void gcm_encrypt_and_tag( int cipher_id, data_t * key_str, 238 void gcm_decrypt_and_verify( int cipher_id, data_t * key_str, 291 void gcm_decrypt_and_verify_empty_cipher( int cipher_id, 312 void gcm_decrypt_and_verify_empty_ad( int cipher_id, 334 void gcm_decrypt_and_verify_no_ad_no_cipher( int cipher_id, 352 void gcm_encrypt_and_tag_empty_cipher( int cipher_id, 374 void gcm_encrypt_and_tag_empty_ad( int cipher_id, 397 void gcm_encrypt_and_verify_no_ad_no_cipher( int cipher_id, 435 void gcm_update_output_buffer_too_small( int cipher_id, int mode, [all …]
|
A D | test_suite_ccm.function | 260 void mbedtls_ccm_auth_decrypt( int cipher_id, data_t * key, 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, 485 void mbedtls_ccm_skip_ad( int cipher_id, int mode, 523 void mbedtls_ccm_skip_update( int cipher_id, int mode, 551 void mbedtls_ccm_overflow_ad( int cipher_id, int mode, 572 void mbedtls_ccm_unexpected_ad( int cipher_id, int mode, 592 void mbedtls_ccm_unexpected_text( int cipher_id, int mode, 619 void mbedtls_ccm_incomplete_ad( int cipher_id, int mode, [all …]
|
A D | test_suite_cipher.function | 368 cipher_info = mbedtls_cipher_info_from_type( cipher_id ); 500 cipher_info = mbedtls_cipher_info_from_type( cipher_id ); 632 cipher_info = mbedtls_cipher_info_from_type( cipher_id ); 776 void auth_crypt_tv( int cipher_id, data_t * key, data_t * iv, 826 using_nist_kw = cipher_id == MBEDTLS_CIPHER_AES_128_KW || 827 cipher_id == MBEDTLS_CIPHER_AES_192_KW || 828 cipher_id == MBEDTLS_CIPHER_AES_256_KW || 970 void test_vec_ecb( int cipher_id, int operation, data_t * key, 1008 void test_vec_crypt( int cipher_id, int operation, data_t *key, 1056 void set_padding( int cipher_id, int pad_mode, int ret ) [all …]
|
A D | test_suite_nist_kw.function | 128 void mbedtls_nist_kw_setkey( int cipher_id, int key_size, 140 ret = mbedtls_nist_kw_setkey( &ctx, cipher_id, key, key_size, is_wrap ); 245 void mbedtls_nist_kw_wrap( int cipher_id, int mode, data_t *key, data_t *msg, 256 TEST_ASSERT( mbedtls_nist_kw_setkey( &ctx, cipher_id, 280 void mbedtls_nist_kw_unwrap( int cipher_id, int mode, data_t *key, data_t *msg, 291 TEST_ASSERT( mbedtls_nist_kw_setkey( &ctx, cipher_id,
|
/mbedtls-development/library/ |
A D | psa_crypto_aead.c | 51 mbedtls_cipher_id_t cipher_id; in psa_aead_setup() local 60 &cipher_id ); in psa_aead_setup() 78 mbedtls_ccm_setkey( &operation->ctx.ccm, cipher_id, in psa_aead_setup() 97 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
|
A D | psa_crypto_cipher.h | 41 mbedtls_cipher_id_t *cipher_id );
|
A D | psa_crypto_cipher.c | 62 mbedtls_cipher_id_t* cipher_id ) in mbedtls_cipher_info_from_psa() argument 146 if( cipher_id != NULL ) in mbedtls_cipher_info_from_psa() 147 *cipher_id = cipher_id_tmp; in mbedtls_cipher_info_from_psa()
|
A D | psa_crypto_core.h | 263 mbedtls_cipher_id_t *cipher_id );
|
A D | cipher.c | 149 const mbedtls_cipher_id_t cipher_id, in mbedtls_cipher_info_from_values() argument 156 if( def->info->base->cipher == cipher_id && in mbedtls_cipher_info_from_values()
|
/mbedtls-development/include/mbedtls/ |
A D | cipher.h | 430 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( const mbedtls_cipher_id_t cipher_id,
|
Completed in 14 milliseconds