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

  /src/crypto/external/bsd/openssl.old/dist/test/
bioprinttest.c 133 char bio_buf[80]; local
136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
137 if (!TEST_str_eq(bio_buf, data->expected))
162 char bio_buf[80]; local
164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
165 if (!TEST_str_eq(bio_buf, data->expected))
  /src/crypto/external/apache2/openssl/dist/test/
bioprinttest.c 137 char bio_buf[80]; local
140 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
141 if (!TEST_str_eq(bio_buf, data->expected))
166 char bio_buf[80]; local
168 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
169 if (!TEST_str_eq(bio_buf, data->expected))
  /src/crypto/external/bsd/openssl/dist/test/
bioprinttest.c 133 char bio_buf[80]; local
136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
137 if (!TEST_str_eq(bio_buf, data->expected))
162 char bio_buf[80]; local
164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value);
165 if (!TEST_str_eq(bio_buf, data->expected))
  /src/crypto/external/apache2/openssl/dist/fuzz/
server.c 2320 BIO *bio_buf; local
2375 bio_buf = BIO_new(BIO_s_mem());
2376 OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
2377 ecdsakey = PEM_read_bio_ECPrivateKey(bio_buf, NULL, NULL, NULL);
2380 BIO_free(bio_buf);
2387 bio_buf = BIO_new(BIO_s_mem());
2388 OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
2389 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL);
2391 BIO_free(bio_buf);
2399 bio_buf = BIO_new(BIO_s_mem())
    [all...]
dtlsserver.c 3434 BIO *bio_buf; local
3466 bio_buf = BIO_new(BIO_s_mem());
3467 OPENSSL_assert((size_t)BIO_write(bio_buf, RSAPrivateKeyPEM, sizeof(RSAPrivateKeyPEM)) == sizeof(RSAPrivateKeyPEM));
3468 privkey = PEM_read_bio_RSAPrivateKey(bio_buf, NULL, NULL, NULL);
3471 BIO_free(bio_buf);
3479 bio_buf = BIO_new(BIO_s_mem());
3480 OPENSSL_assert((size_t)BIO_write(bio_buf, RSACertificatePEM, sizeof(RSACertificatePEM)) == sizeof(RSACertificatePEM));
3481 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL);
3482 BIO_free(bio_buf);
3491 bio_buf = BIO_new(BIO_s_mem())
    [all...]
  /src/crypto/external/bsd/openssl/dist/fuzz/
server.c 516 BIO *bio_buf; local
571 bio_buf = BIO_new(BIO_s_mem());
572 OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
573 ecdsakey = PEM_read_bio_ECPrivateKey(bio_buf, NULL, NULL, NULL);
576 BIO_free(bio_buf);
583 bio_buf = BIO_new(BIO_s_mem());
584 OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
585 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL);
587 BIO_free(bio_buf);
595 bio_buf = BIO_new(BIO_s_mem())
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
server.c 511 BIO *bio_buf; local
561 bio_buf = BIO_new(BIO_s_mem());
562 OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
563 ecdsakey = PEM_read_bio_ECPrivateKey(bio_buf, NULL, NULL, NULL);
566 BIO_free(bio_buf);
573 bio_buf = BIO_new(BIO_s_mem());
574 OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
575 cert = PEM_read_bio_X509(bio_buf, NULL, NULL, NULL);
577 BIO_free(bio_buf);
585 bio_buf = BIO_new(BIO_s_mem())
    [all...]

Completed in 30 milliseconds