Searched refs:custom_nid (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | pkcs12_format_test.c | 596 int custom_nid = get_custom_oid(); in test_single_secret_encrypted_content() local 603 add_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret_encrypted_content() 614 check_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret_encrypted_content() 625 int custom_nid; in test_single_secret() local 632 custom_nid = get_custom_oid(); in test_single_secret() 639 add_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret() 650 check_secretbag(pb, custom_nid, "VerySecretMessage", ATTRS1); in test_single_secret() 676 int custom_nid = get_custom_oid(); in test_multiple_contents() local 692 add_secretbag(pb, custom_nid, "VeryVerySecretMessage", ATTRS1); in test_multiple_contents() 712 check_secretbag(pb, custom_nid, "VeryVerySecretMessage", ATTRS1); in test_multiple_contents()
|
Completed in 7 milliseconds