Lines Matching refs:from
774 opt->pcrinfo_len = strlen(args[0].from) / 2; in getoptions()
777 res = hex2bin(opt->pcrinfo, args[0].from, in getoptions()
783 res = kstrtoul(args[0].from, 16, &handle); in getoptions()
790 if (strlen(args[0].from) != 2 * SHA1_DIGEST_SIZE) in getoptions()
792 res = hex2bin(opt->keyauth, args[0].from, in getoptions()
798 if (strlen(args[0].from) != 2 * SHA1_DIGEST_SIZE) in getoptions()
800 res = hex2bin(opt->blobauth, args[0].from, in getoptions()
806 if (*args[0].from == '0') in getoptions()
812 res = kstrtoul(args[0].from, 10, &lock); in getoptions()
821 if (!strcmp(args[0].from, hash_algo_name[i])) { in getoptions()
835 if (!tpm2 || strlen(args[0].from) != (2 * digest_len)) in getoptions()
837 res = hex2bin(opt->policydigest, args[0].from, in getoptions()
846 res = kstrtoul(args[0].from, 16, &handle); in getoptions()