Home
last modified time | relevance | path

Searched refs:cipher_id (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ccm.function18 void mbedtls_ccm_setkey( int cipher_id, int key_size, int result )
29 ret = mbedtls_ccm_setkey( &ctx, cipher_id, key, key_size );
78 void mbedtls_ccm_encrypt_and_tag( int cipher_id,
106 TEST_ASSERT( mbedtls_ccm_setkey( &ctx, cipher_id, key, key_len * 8 ) == 0 );
123 void mbedtls_ccm_auth_decrypt( int cipher_id,
165 TEST_ASSERT( mbedtls_ccm_setkey( &ctx, cipher_id, key, key_len * 8 ) == 0 );
Dtest_suite_gcm.function11 void gcm_encrypt_and_tag( int cipher_id,
45 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == init_result );
62 void gcm_decrypt_and_verify( int cipher_id,
96 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str, key_len * 8 ) == init_result );
Dtest_suite_cipher.function133 void enc_dec_buf( int cipher_id, char *cipher_string, int key_len,
158 cipher_info = mbedtls_cipher_info_from_type( cipher_id );
258 void enc_fail( int cipher_id, int pad_mode, int key_len,
282 cipher_info = mbedtls_cipher_info_from_type( cipher_id );
360 void enc_dec_buf_multipart( int cipher_id, int key_len, int first_length_val,
392 cipher_info = mbedtls_cipher_info_from_type( cipher_id );
455 void decrypt_test_vec( int cipher_id, int pad_mode,
499 mbedtls_cipher_info_from_type( cipher_id ) ) );
537 void auth_crypt_tv( int cipher_id, char *hex_key, char *hex_iv,
573 mbedtls_cipher_info_from_type( cipher_id ) ) );
[all …]
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dcipher.h298 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( const mbedtls_cipher_id_t cipher_id,
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dcipher.c116 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( const mbedtls_cipher_id_t cipher_id, in mbedtls_cipher_info_from_values() argument
123 if( def->info->base->cipher == cipher_id && in mbedtls_cipher_info_from_values()