Searched refs:b_out (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c315 felem_bytearray b_out; local
319 memset(b_out, 0, sizeof b_out);
321 if (num_bytes > sizeof b_out)
332 flip_endian(b_out, b_in, num_bytes);
333 bin28_to_felem(out, b_out);
340 felem_bytearray b_in, b_out; local
342 flip_endian(b_out, b_in, sizeof b_out);
343 return BN_bin2bn(b_out, sizeo
[all...]
H A Decp_nistp256.c150 felem_bytearray b_out; local
154 memset(b_out, 0, sizeof b_out);
156 if (num_bytes > sizeof b_out)
167 flip_endian(b_out, b_in, num_bytes);
168 bin32_to_felem(out, b_out);
175 felem_bytearray b_in, b_out; local
177 flip_endian(b_out, b_in, sizeof b_out);
178 return BN_bin2bn(b_out, sizeo
[all...]
H A Decp_nistp521.c177 felem_bytearray b_out; local
181 memset(b_out, 0, sizeof b_out);
183 if (num_bytes > sizeof b_out)
194 flip_endian(b_out, b_in, num_bytes);
195 bin66_to_felem(out, b_out);
202 felem_bytearray b_in, b_out; local
204 flip_endian(b_out, b_in, sizeof b_out);
205 return BN_bin2bn(b_out, sizeo
[all...]
/freebsd-10.0-release/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 115 milliseconds