Searched refs:conn_key_param (Results 1 – 1 of 1) sorted by relevance
326 struct hks_key_param conn_key_param = {0}; in app_hks_generate_conn_key() local335 ret = hks_set_conn_key_param(HKS_KEY_USAGE_ENCRYPT, &conn_key_param); in app_hks_generate_conn_key()349 ret = hks_generate_symmetric_key(&blob_key, &conn_key_param); in app_hks_generate_conn_key()357 …ret = hi_flash_write(key_save_partition_addr, sizeof(conn_key_param), (const hi_u8*)&conn_key_para… in app_hks_generate_conn_key()685 struct hks_key_param conn_key_param = {0}; in app_hks_generate_cert_key() local696 ret = hks_set_cert_key_param(HKS_KEY_USAGE_ENCRYPT, &conn_key_param); in app_hks_generate_cert_key()710 ret = hks_generate_symmetric_key(&blob_key, &conn_key_param); in app_hks_generate_cert_key()718 …ret = hi_flash_write(key_save_partition_addr, sizeof(conn_key_param), (const hi_u8*)&conn_key_para… in app_hks_generate_cert_key()