Lines Matching defs:test_stanza

506     struct test_stanza_st *test_stanza = NULL;
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) {
552 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
553 const char *structure = test_stanza->structure[i];
556 test_stanza->keytype, structure);
558 test_stanza->pem_write_bio_PublicKey,
559 test_stanza->pem_read_bio_PublicKey,
567 if (test_stanza->pem_write_bio_params != NULL) {
570 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
571 const char *structure = test_stanza->structure[i];
574 test_stanza->keytype, structure);
576 test_stanza->pem_write_bio_params,
577 test_stanza->pem_read_bio_params,
586 if (test_stanza->pem_write_bio_PUBKEY != NULL) {
593 test_stanza->keytype, structure);
595 test_stanza->pem_write_bio_PUBKEY,
596 test_stanza->pem_read_bio_PUBKEY,
604 if (test_stanza->i2d_PrivateKey != NULL) {
607 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
608 const char *structure = test_stanza->structure[i];
611 test_stanza->keytype, structure);
613 test_stanza->i2d_PrivateKey,
614 test_stanza->d2i_PrivateKey,
622 if (test_stanza->i2d_PublicKey != NULL) {
627 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
628 const char *structure = test_stanza->structure[i];
631 test_stanza->keytype, structure);
633 test_stanza->i2d_PublicKey,
634 test_stanza->d2i_PublicKey,
642 if (test_stanza->i2d_params != NULL) {
645 for (i = 0; i < OSSL_NELEM(test_stanza->structure); i++) {
646 const char *structure = test_stanza->structure[i];
649 test_stanza->keytype, structure);
651 test_stanza->i2d_params, test_stanza->d2i_params,
659 if (test_stanza->i2d_PUBKEY != NULL) {
666 test_stanza->keytype, structure);
668 test_stanza->i2d_PUBKEY, test_stanza->d2i_PUBKEY,