Lines Matching refs:ATTRS1
188 static const PKCS12_ATTR ATTRS1[] = { variable
443 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_single_key_with_attrs()
454 check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_single_key_with_attrs()
540 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
541 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_with_attrs_and_mac()
552 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
553 check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_with_attrs_and_mac()
571 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
572 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_encrypted_content()
583 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
584 check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_encrypted_content()
603 add_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret_encrypted_content()
614 check_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret_encrypted_content()
639 add_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret()
650 check_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret()
683 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents()
685 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_multiple_contents()
692 add_secretbag(pb, custom_nid, "VeryVerySecretMessage", ATTRS1); in test_multiple_contents()
703 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents()
705 check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_multiple_contents()
712 check_secretbag(pb, custom_nid, "VeryVerySecretMessage", ATTRS1); in test_multiple_contents()