Searched refs:yRef (Results 1 – 1 of 1) sorted by relevance
1836 BIGNUM* yRef = nullptr; in NativeCrypto_EC_POINT_set_affine_coordinates() local1837 if (!arrayToBignum(env, yjavaBytes, &yRef)) { in NativeCrypto_EC_POINT_set_affine_coordinates()1840 bssl::UniquePtr<BIGNUM> y(yRef); in NativeCrypto_EC_POINT_set_affine_coordinates()