Searched refs:add_certbag (Results 1 – 3 of 3) sorted by relevance
/openssl-master/test/ |
A D | pkcs12_format_test.c | 336 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_no_attrs() 469 add_certbag(pb, CERT1, sizeof(CERT1), NULL); in test_single_cert_mac() 531 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac() 562 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content() 673 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents() 674 add_certbag(pb, CERT2, sizeof(CERT2), ATTRS2); in test_multiple_contents()
|
/openssl-master/test/helpers/ |
A D | pkcs12.h | 79 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len,
|
A D | pkcs12.c | 375 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag() function
|
Completed in 7 milliseconds