Lines Matching refs:cipher_id
133 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 ) ) );
625 void test_vec_ecb( int cipher_id, int operation, char *hex_key,
646 mbedtls_cipher_info_from_type( cipher_id ) ) );
675 void set_padding( int cipher_id, int pad_mode, int ret )
682 cipher_info = mbedtls_cipher_info_from_type( cipher_id );