Lines Matching refs:CERT1
33 static const unsigned char CERT1[] = { variable
343 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs()
354 check_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs()
478 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac()
489 check_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac()
540 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
552 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
571 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
583 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
683 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents()
703 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents()
730 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS3); in test_jdk_trusted_attr()
741 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS3); in test_jdk_trusted_attr()
762 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS4); in test_set0_attrs()
787 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS3); in test_set0_attrs()
894 const unsigned char *cert_bytes = CERT1; in pkcs12_recreate_test()
898 cert = d2i_X509(NULL, &cert_bytes, sizeof(CERT1)); in pkcs12_recreate_test()