Searched refs:hks_set_blob (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_demo_hks.c | 165 hi_u32 hks_set_blob(hi_u8 type, hi_u32 size, hi_char *data, struct hks_blob *hks_blob_param) in hks_set_blob() function 342 ret = hks_set_blob(HKS_BLOB_TYPE_BUFFER, CONN_DATA_KEY_LEN, "123", &blob_key); in app_hks_generate_conn_key() 344 printf("hks_set_blob fail!\r\n"); in app_hks_generate_conn_key() 409 ret = hks_set_blob(0, sizeof(hi_wifi_assoc_request) + CIPHER_PLAIN_LEN_MIN_DIFF, "1234", in app_hks_encrypt_conn_para() 597 ret = hks_set_blob(0, plain_blob->size + CIPHER_PLAIN_LEN_MIN_DIFF, "1234", cipher_blob); in hks_encrypt_cert_get_cipher() 703 ret = hks_set_blob(HKS_BLOB_TYPE_BUFFER, CERT_KEY_LEN, "123", &blob_key); in app_hks_generate_cert_key() 705 printf("hks_set_blob fail!\r\n"); in app_hks_generate_cert_key()
|
Completed in 2 milliseconds