Searched refs:test_stanza (Results 1 – 1 of 1) sorted by relevance
503 struct test_stanza_st *test_stanza = NULL; in test_key() local511 if (!TEST_ptr(test_stanza = &test_stanzas[idx]) in test_key()512 || !TEST_ptr(key = lookup_key(test_stanza->keytype))) in test_key()526 if (test_stanza->pem_write_bio_PrivateKey != NULL) { in test_key()529 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) { in test_key()530 const char *structure = test_stanza->structure[i]; in test_key()533 test_stanza->keytype, structure); in test_key()535 test_stanza->pem_write_bio_PrivateKey, in test_key()536 test_stanza->pem_read_bio_PrivateKey, in test_key()544 if (test_stanza->pem_write_bio_PublicKey != NULL) { in test_key()[all …]