Searched refs:ATTRS1 (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | pkcs12_format_test.c | 188 static const PKCS12_ATTR ATTRS1[] = { variable 443 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_single_key_with_attrs() 540 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac() 541 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); 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() 572 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); 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() 685 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_multiple_contents() [all …]
|
Completed in 5 milliseconds