Home | History | Annotate | Download | only in native

Lines Matching refs:eRef

980     BIGNUM* eRef;
981 if (!arrayToBignum(env, publicExponent, &eRef)) {
984 Unique_BIGNUM e(eRef);