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

  /src/crypto/external/apache2/openssl/dist/test/
endecoder_legacy_test.c 503 struct test_stanza_st *test_stanza = NULL; local
511 if (!TEST_ptr(test_stanza = &test_stanzas[idx])
512 || !TEST_ptr(key = lookup_key(test_stanza->keytype)))
526 if (test_stanza->pem_write_bio_PrivateKey != NULL) {
529 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
530 const char *structure = test_stanza->structure[i];
533 test_stanza->keytype, structure);
535 test_stanza->pem_write_bio_PrivateKey,
536 test_stanza->pem_read_bio_PrivateKey,
544 if (test_stanza->pem_write_bio_PublicKey != NULL)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
endecoder_legacy_test.c 506 struct test_stanza_st *test_stanza = NULL; local
514 if (!TEST_ptr(test_stanza = &test_stanzas[idx])
515 || !TEST_ptr(key = lookup_key(test_stanza->keytype)))
529 if (test_stanza->pem_write_bio_PrivateKey != NULL) {
532 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
533 const char *structure = test_stanza->structure[i];
536 test_stanza->keytype, structure);
538 test_stanza->pem_write_bio_PrivateKey,
539 test_stanza->pem_read_bio_PrivateKey,
547 if (test_stanza->pem_write_bio_PublicKey != NULL)
    [all...]

Completed in 25 milliseconds