Searched refs:ATTRS1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | pkcs12_format_test.c | 194 static const PKCS12_ATTR ATTRS1[] = { variable 436 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_single_key_with_attrs() 447 check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_single_key_with_attrs() 533 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac() 534 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_with_attrs_and_mac() 545 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_with_attrs_and_mac() 546 check_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_with_attrs_and_mac() 564 add_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content() 565 add_keybag(pb, KEY1, sizeof(KEY1), ATTRS1, &enc_default); in test_cert_key_encrypted_content() 576 check_certbag(pb, CERT1, sizeof(CERT1), ATTRS1); in test_cert_key_encrypted_content() [all …]
|