Home
last modified time | relevance | path

Searched refs:y_felem (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dec.c786 EC_FELEM x_felem, y_felem; in EC_POINT_get_affine_coordinates_GFp() local
789 y == NULL ? NULL : &y_felem) || in EC_POINT_get_affine_coordinates_GFp()
791 (y != NULL && !bn_set_words(y, y_felem.words, group->field.width))) { in EC_POINT_get_affine_coordinates_GFp()