Searched refs:add_certbag (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | pkcs12_format_test.c | 343 add_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() 540 add_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() 683 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_multiple_contents() 684 add_certbag(pb, CERT2, sizeof(CERT2), ATTRS2); in test_multiple_contents() 730 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS3); in test_jdk_trusted_attr() 762 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS4); in test_set0_attrs()
|
/openssl/test/helpers/ |
H A D | pkcs12.h | 79 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len,
|
H A D | pkcs12.c | 383 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag() function
|
Completed in 16 milliseconds