Home
last modified time | relevance | path

Searched refs:CIPHER_PLAIN_LEN_MIN_DIFF (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c47 #define CIPHER_PLAIN_LEN_MIN_DIFF 16 macro
409 ret = hks_set_blob(0, sizeof(hi_wifi_assoc_request) + CIPHER_PLAIN_LEN_MIN_DIFF, "1234", in app_hks_encrypt_conn_para()
492 plain_text_blob.size = cipher_text_blob.size - CIPHER_PLAIN_LEN_MIN_DIFF; in app_hks_decrypt_conn_param()
597 ret = hks_set_blob(0, plain_blob->size + CIPHER_PLAIN_LEN_MIN_DIFF, "1234", cipher_blob); in hks_encrypt_cert_get_cipher()
862 plain_text_blob.size = cipher_text_blob.size - CIPHER_PLAIN_LEN_MIN_DIFF; in app_hks_decrypt_cert()

Completed in 2 milliseconds