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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c350 felem_bytearray b_out; local
354 memset(b_out, 0, sizeof b_out);
356 if (num_bytes > sizeof b_out) {
365 flip_endian(b_out, b_in, num_bytes);
366 bin28_to_felem(out, b_out);
373 felem_bytearray b_in, b_out; local
375 flip_endian(b_out, b_in, sizeof b_out);
376 return BN_bin2bn(b_out, sizeo
[all...]
H A Decp_nistp256.c160 felem_bytearray b_out; local
164 memset(b_out, 0, sizeof b_out);
166 if (num_bytes > sizeof b_out) {
175 flip_endian(b_out, b_in, num_bytes);
176 bin32_to_felem(out, b_out);
183 felem_bytearray b_in, b_out; local
185 flip_endian(b_out, b_in, sizeof b_out);
186 return BN_bin2bn(b_out, sizeo
[all...]
H A Decp_nistp521.c184 felem_bytearray b_out; local
188 memset(b_out, 0, sizeof b_out);
190 if (num_bytes > sizeof b_out) {
199 flip_endian(b_out, b_in, num_bytes);
200 bin66_to_felem(out, b_out);
207 felem_bytearray b_in, b_out; local
209 flip_endian(b_out, b_in, sizeof b_out);
210 return BN_bin2bn(b_out, sizeo
[all...]
/freebsd-10-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 441 milliseconds