Searched refs:HashCheckParam (Results 1 – 2 of 2) sorted by relevance
66 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HashCheckParam() function78 int32_t ret = HashCheckParam(alg, msg, hash); in HksOpensslHash()
768 static bool HashCheckParam(uint32_t alg, const struct DlpBlob* msg, struct DlpBlob* hash) in HashCheckParam() function796 if (!HashCheckParam(alg, msg, hash)) { in DlpOpensslHash()