Home | History | Annotate | Download | only in tpm2

Lines Matching refs:bnC

1177    BIGNUM      *bnC = BN_new();
1178 pAssert(bnC != NULL);
1179 BN_hex2bn(&bnC, c);
1180 result = BN_ucmp(bn, bnC);
1181 BN_free(bnC);