Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dpkcs12_format_test.c33 static const unsigned char CERT1[] = { variable
2410 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs()
2421 check_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs()
2545 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac()
2556 check_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac()
2607 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
2619 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
2638 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
2650 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
2750 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents()
[all …]
/src/contrib/bearssl/samples/
H A Dchain-rsa.h106 static const unsigned char CERT1[] = { variable
180 { (unsigned char *)CERT1, sizeof CERT1 }
H A Dchain-ec+rsa.h89 static const unsigned char CERT1[] = { variable
163 { (unsigned char *)CERT1, sizeof CERT1 }
H A Dchain-ec.h73 static const unsigned char CERT1[] = { variable
114 { (unsigned char *)CERT1, sizeof CERT1 }