Lines Matching refs:hash
318 * @param hash [IN] type #const struct hks_blob *,Data to be signed. CNcomment:待签名的数据。CNend
330 const struct hks_key_param *key_param, const struct hks_blob *hash,
345 * @param hash [IN] type #const struct hks_blob *,Signed data. CNcomment:签名的数据。CNend
356 const struct hks_key_param *key_param, const struct hks_blob *hash,
535 * @brief Calculate the hash value of the data based on SHA256 or SHA512.
539 * Calculate the hash value of the data based on SHA256 or SHA512.
547 * @param hash [OUT] type #struct hks_blob *,Generated message verification code ,
548 hash and hash->data cannot be null constraint condition:
549 when alg is HKS_ALG_HASH_SHA_256, hash->size must be greater than or equal to 32 when alg is HKS_ALG_HASH_SHA_512,
550 hash->size must be greater than or equal to 64.
551 CNcomment:生成的消息验证码,hash和hash-> data不能为null约束条件:当alg为HKS_ALG_HASH_SHA_256时,
552 当alg为HKS_ALG_HASH_SHA_512时,hash-> size必须大于或等于32,hash-> size必须大于或等于64。CNend
560 const struct hks_blob *src_data, struct hks_blob *hash);