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

  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 310 BIO *membio_legacy = NULL; local
319 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem()))
327 || !TEST_true(pem_write_bio(membio_legacy, legacy_key,
329 || !test_membio_str_eq(membio_provided, membio_legacy))
341 || !TEST_ptr(decoded_legacy_key = pem_read_bio(membio_legacy, NULL, NULL, NULL))
362 BIO_free(membio_legacy);
376 BIO *membio_legacy = NULL; local
385 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem()))
393 || !TEST_true(pem_write_bio(membio_legacy, legacy_key))
394 || !test_membio_str_eq(membio_provided, membio_legacy))
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 308 BIO *membio_legacy = NULL; local
317 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem()))
326 || !TEST_true(pem_write_bio(membio_legacy, legacy_key,
328 || !test_membio_str_eq(membio_provided, membio_legacy))
342 pem_read_bio(membio_legacy, NULL, NULL, NULL))
362 BIO_free(membio_legacy);
376 BIO *membio_legacy = NULL; local
385 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem()))
394 || !TEST_true(pem_write_bio(membio_legacy, legacy_key))
395 || !test_membio_str_eq(membio_provided, membio_legacy))
    [all...]

Completed in 23 milliseconds