Home | History | Annotate | Download | only in ec

Lines Matching refs:b_in

241   felem_bytearray b_in;
242 num_bytes = BN_bn2bin(bn, b_in);
243 flip_endian(b_out, b_in, num_bytes);
250 felem_bytearray b_in, b_out;
251 felem_to_bin28(b_in, in);
252 flip_endian(b_out, b_in, sizeof(b_out));