Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhks_client.h378 * @param plain_text [IN] type #const struct hks_blob *,Data plaintext。CNcomment:数据明文。CNend
389 const struct hks_blob *plain_text,
410 * @param plain_text [OUT] type #struct hks_blob *,Data plaintext。CNcomment:数据明文。CNend
421 struct hks_blob *plain_text,
649 * @param plain_text [IN] type #const struct hks_blob *,plain_text.CNcomment:明文。CNend
659 const struct hks_blob *plain_text, struct hks_blob *cipher_text_with_tag);
679 * @param plain_text [OUT] type #const struct hks_blob *,Plaintext after decryption.CNcomment:解密后明文。CNend
689 struct hks_blob *plain_text, const struct hks_blob *cipher_text_with_tag);
H A Dhks_types.h252 struct hks_blob *plain_text; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c250 hi_u32 hks_encrypt_conn_para(struct hks_crypt_param *crypt_param_conn, struct hks_blob *plain_text, in hks_encrypt_conn_para() argument
287 ret = hks_symmetric_encrypt(&key_data_blob, &key_param, crypt_param_conn, plain_text, cipher_text); in hks_encrypt_conn_para()
528 hi_u32 hks_encrypt_cert(struct hks_crypt_param *crypt_param_conn, struct hks_blob *plain_text, in hks_encrypt_cert() argument
562 ret = hks_symmetric_encrypt(&key_data_blob, &key_param, crypt_param_conn, plain_text, cipher_text); in hks_encrypt_cert()

Completed in 4 milliseconds