Searched refs:b_out (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c175 felem_bytearray b_out; local
182 num_bytes = bn_bn2lebinpad(bn, b_out, sizeof(b_out));
187 bin66_to_felem(out, b_out);
194 felem_bytearray b_out; local
195 felem_to_bin66(b_out, in);
196 return bn_lebin2bn(b_out, sizeof(b_out), out);
H A Decp_nistp256.c151 felem_bytearray b_out; local
158 num_bytes = bn_bn2lebinpad(bn, b_out, sizeof(b_out));
163 bin32_to_felem(out, b_out);
170 felem_bytearray b_out; local
171 smallfelem_to_bin32(b_out, in);
172 return bn_lebin2bn(b_out, sizeof(b_out), out);
H A Decp_nistp224.c341 felem_bytearray b_out; local
348 num_bytes = bn_bn2lebinpad(bn, b_out, sizeof(b_out));
353 bin28_to_felem(out, b_out);
360 felem_bytearray b_out; local
361 felem_to_bin28(b_out, in);
362 return bn_lebin2bn(b_out, sizeof(b_out), out);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c1431 BFD_JUMP_TABLE_RELOCS (b_out),
1432 BFD_JUMP_TABLE_WRITE (b_out),
1433 BFD_JUMP_TABLE_LINK (b_out),
1473 BFD_JUMP_TABLE_RELOCS (b_out),
1474 BFD_JUMP_TABLE_WRITE (b_out),
1475 BFD_JUMP_TABLE_LINK (b_out),

Completed in 96 milliseconds