Searched defs:y_bit (Results 1 – 8 of 8) sorted by relevance
156 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local226 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp()
110 BitType y_bit = cpp::bit_cast<BitType>(y); in bit_and() local120 BitType y_bit = cpp::bit_cast<BitType>(y); in bit_or() local
157 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local257 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp()
153 int y_bit = Bit(buffer[*offset], 5); in CheckTIDAndKeyIdx() local
173 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates()
1879 static const uint32_t y_bit = 2; variable