HomeSort by: relevance | last modified time | path
    Searched refs:b_out (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/libevent/dist/sample/
le-proxy.c 163 struct bufferevent *b_out, *b_in; local
170 b_out = bufferevent_socket_new(base, -1,
174 b_out = bufferevent_openssl_socket_new(base, -1, ssl,
179 assert(b_in && b_out);
181 if (bufferevent_socket_connect(b_out,
184 bufferevent_free(b_out);
193 b_out, ssl, BUFFEREVENT_SSL_CONNECTING,
197 bufferevent_free(b_out);
201 b_out = b_ssl;
204 bufferevent_setcb(b_in, readcb, NULL, eventcb, b_out);
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_hdmiphy.c 309 u_int init_index, b_out, prediv; local
343 b_out = __SHIFTOUT(val, ANA_STS_B_OUT);
344 b_out = MIN(b_out + inittab->b_offset, __SHIFTOUT_MASK(ANA_STS_B_OUT));
347 PHY_SET(sc, PLL_CFG1, __SHIFTIN(b_out, PLL_CFG1_B_IN));
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 332 felem_bytearray b_out; local
339 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
344 bin28_to_felem(out, b_out);
351 felem_bytearray b_out; local
352 felem_to_bin28(b_out, in);
353 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp384.c 143 felem_bytearray b_out; local
150 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
155 bin48_to_felem(out, b_out);
162 felem_bytearray b_out; local
164 felem_to_bin48(b_out, in);
165 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp256.c 153 felem_bytearray b_out; local
160 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
165 bin32_to_felem(out, b_out);
172 felem_bytearray b_out; local
173 smallfelem_to_bin32(b_out, in);
174 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp521.c 177 felem_bytearray b_out; local
184 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
189 bin66_to_felem(out, b_out);
196 felem_bytearray b_out; local
197 felem_to_bin66(b_out, in);
198 return BN_lebin2bn(b_out, sizeof(b_out), out);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 333 felem_bytearray b_out; local
340 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
345 bin28_to_felem(out, b_out);
352 felem_bytearray b_out; local
353 felem_to_bin28(b_out, in);
354 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp256.c 152 felem_bytearray b_out; local
159 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
164 bin32_to_felem(out, b_out);
171 felem_bytearray b_out; local
172 smallfelem_to_bin32(b_out, in);
173 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp521.c 177 felem_bytearray b_out; local
184 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
189 bin66_to_felem(out, b_out);
196 felem_bytearray b_out; local
197 felem_to_bin66(b_out, in);
198 return BN_lebin2bn(b_out, sizeof(b_out), out);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistp224.c 331 felem_bytearray b_out;
338 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
343 bin28_to_felem(out, b_out);
350 felem_bytearray b_out;
351 felem_to_bin28(b_out, in);
352 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp256.c 152 felem_bytearray b_out;
159 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
164 bin32_to_felem(out, b_out);
171 felem_bytearray b_out;
172 smallfelem_to_bin32(b_out, in);
173 return BN_lebin2bn(b_out, sizeof(b_out), out);
ecp_nistp521.c 176 felem_bytearray b_out;
183 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
188 bin66_to_felem(out, b_out);
195 felem_bytearray b_out;
196 felem_to_bin66(b_out, in);
197 return BN_lebin2bn(b_out, sizeof(b_out), out);
  /src/crypto/external/apache2/openssl/dist/test/
ectest.c 2888 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; local
2988 &b_out))
2989 || !TEST_BN_eq(b_out, b)
3089 BN_free(b_out);
  /src/crypto/external/bsd/openssl/dist/test/
ectest.c 2399 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; local
2498 &b_out))
2499 || !TEST_BN_eq(b_out, b)
2599 BN_free(b_out);

Completed in 82 milliseconds