Home
last modified time | relevance | path

Searched refs:test_stanza (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c506 struct test_stanza_st *test_stanza = NULL; in test_key() local
514 if (!TEST_ptr(test_stanza = &test_stanzas[idx]) in test_key()
515 || !TEST_ptr(key = lookup_key(test_stanza->keytype))) in test_key()
529 if (test_stanza->pem_write_bio_PrivateKey != NULL) { in test_key()
532 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) { in test_key()
533 const char *structure = test_stanza->structure[i]; in test_key()
536 test_stanza->keytype, structure); in test_key()
538 test_stanza->pem_write_bio_PrivateKey, in test_key()
539 test_stanza->pem_read_bio_PrivateKey, in test_key()
547 if (test_stanza->pem_write_bio_PublicKey != NULL) { in test_key()
[all …]