Searched refs:hks_blob (Results 1 – 3 of 3) sorted by relevance
86 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 …]
94 struct hks_blob { struct223 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 */
18 struct hks_blob { struct23 HKS_API_EXPORT int32_t hks_generate_random(struct hks_blob *random) in hks_generate_random() argument