Lines Matching refs:result
30 int result = RET_OK;
43 result = SignProfile(content, signer, sigAlg, ret) < 0;
44 if (result < 0) {
49 result = p7Data.Parse(ret);
50 if (result < 0) {
54 result = p7Data.Verify();
55 if (result < 0) {
59 return result;
72 int result = RET_OK;
73 result = p7Data.Sign(content, signer, sigAlg, ret);
74 if (result < 0) {
78 return result;