Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c35 static const unsigned char CERT1[] = variable
336 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs()
347 check_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs()
471 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac()
482 check_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac()
533 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
545 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac()
564 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
576 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content()
676 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents()
[all …]
/freebsd/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 }