|
| td_void * | crypto_malloc_coherent (td_u32 size) |
| |
| td_void * | crypto_malloc_mmz (td_u32 size) |
| |
| td_void | crypto_free_coherent (td_void *ptr) |
| |
| td_phys_addr_t | crypto_get_phys_addr (td_void *ptr) |
| |
| td_bool | crypto_smmu_support (td_void) |
| |
| td_void | crypto_get_smmu_table_addr (unsigned long *table, unsigned long *rdaddr, unsigned long *wraddr) |
| |
| crypto_cpu_type | crypto_get_cpu_type (td_void) |
| |
| td_u32 | crypto_get_pke_rom_lib_start_addr (td_void) |
| |
| void | crypto_cache_flush (uintptr_t base_addr, td_u32 size) |
| |
| void | crypto_cache_inv (uintptr_t base_addr, td_u32 size) |
| |
| void | crypto_cache_all (void) |
| |
| td_bool | crypto_ecc_support (drv_pke_ecc_curve_type curve_type) |
| |
| td_bool | crypto_rsa_support (td_u32 klen, drv_pke_rsa_scheme scheme) |
| |
| td_bool | crypto_hash_support (crypto_hash_type hash_type) |
| |
| td_bool | crypto_symc_support (crypto_symc_alg alg, crypto_symc_work_mode mode, crypto_symc_key_length key_len, crypto_symc_bit_width bit_width) |
| |
| td_s32 | crypto_get_multi_random (td_u32 size, td_u8 *randnum) |
| |
| td_bool | crypto_sm_support (crypto_sm_alg alg) |
| |
| td_s32 | crypto_get_value_by_index (const crypto_table_item *table, td_u32 table_size, td_u32 index, td_u32 *value) |
| |
| td_s32 | crypto_get_index_by_value (const crypto_table_item *table, td_u32 table_size, td_u32 value, td_u32 *index) |
| |
| td_s32 | crypto_virt_xor_phys_copy_to_phys (td_phys_addr_t dst_phys_addr, const td_u8 *a_virt_addr, td_phys_addr_t b_phys_addr, td_u32 length) |
| |
| td_s32 | crypto_virt_copy_to_phys (td_phys_addr_t dst_phys_addr, const td_u8 *src_virt_addr, td_u32 length) |
| |
| td_s32 | crypto_phys_copy_to_virt (td_u8 *dst_virt_addr, td_phys_addr_t src_phys_addr, td_u32 length) |
| |
| td_s32 | crypto_create_keyslot_handle (td_handle *keyslot_handle) |
| |
| td_s32 | crypto_destroy_keyslot_handle (td_handle keyslot_handle) |
| |
| td_void | crypto_wait_func_config (td_bool is_enable) |
| |
| td_bool | crypto_wait_func_is_support (void) |
| |