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