Home | History | Annotate | Download | only in tpm2

Lines Matching full:bnqx

1442    BIGNUM                     *bnQx;
1467 bnQx = BN_CTX_get(context);
1484 || BN_bin2bn(Qin->x.t.buffer, Qin->x.t.size, bnQx) == NULL
1486 || !EC_POINT_set_affine_coordinates_GFp(group, pQ, bnQx, bnQy, context)