Home | History | Annotate | Download | only in ec

Lines Matching refs:b_out

213   felem_bytearray b_out;
214 OPENSSL_memset(b_out, 0, sizeof(b_out));
216 if (num_bytes > sizeof(b_out) ||
224 flip_endian(b_out, b_in, num_bytes);
225 bin28_to_felem(out, b_out);
231 felem_bytearray b_in, b_out;
233 flip_endian(b_out, b_in, sizeof(b_out));
234 return BN_bin2bn(b_out, sizeof(b_out), out);