Home
last modified time | relevance | path

Searched refs:hks_blob (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_client.h86 struct hks_blob *pub_key);
101 const struct hks_blob *key_alias,
111 const struct hks_blob *key_alias, struct hks_blob *key);
156 const struct hks_blob *key_alias,
158 struct hks_blob *signature);
214 struct hks_blob *plain_text,
254 const struct hks_blob *salt, const struct hks_blob *label);
272 struct hks_blob *output);
287 const struct hks_blob *src_data, struct hks_blob *hash);
296 const struct hks_blob *a, const struct hks_blob *e,
[all …]
H A Dhks_types.h94 struct hks_blob { struct
223 struct hks_blob key_auth_id; /* auth id */
227 struct hks_blob nonce; /* Nonce value or iv vector */
228 struct hks_blob aad;
246 struct hks_blob *cipher_text;
247 struct hks_blob *nonce_blob; /* Nonce value or iv vector */
248 struct hks_blob *aad_blob;
249 struct hks_blob *plain_text;
267 struct hks_blob *cert; /* cert array list */
H A Dhks_tmp_client.c18 struct hks_blob { struct
23 HKS_API_EXPORT int32_t hks_generate_random(struct hks_blob *random) in hks_generate_random() argument