Lines Matching defs:res
749 int res;
775 res = hex2bin(opt->pcrinfo, args[0].from,
777 if (res < 0)
781 res = kstrtoul(args[0].from, 16, &handle);
782 if (res < 0)
790 res = hex2bin(opt->keyauth, args[0].from,
792 if (res < 0)
804 res = hex2bin(opt->blobauth, args[0].from,
806 if (res < 0)
830 res = kstrtoul(args[0].from, 10, &lock);
831 if (res < 0)
855 res = hex2bin(opt->policydigest, args[0].from,
857 if (res < 0)
864 res = kstrtoul(args[0].from, 16, &handle);
865 if (res < 0)