Searched refs:content (Results 1 – 7 of 7) sorted by relevance
/test/ |
A D | cmsapitest.c | 31 CMS_ContentInfo* content = NULL; in test_encrypt_decrypt() local 41 content = CMS_encrypt(certstack, msgbio, cipher, CMS_TEXT); in test_encrypt_decrypt() 42 if (!TEST_ptr(content)) in test_encrypt_decrypt() 45 if (!TEST_true(CMS_decrypt(content, privkey, cert, NULL, outmsgbio, in test_encrypt_decrypt() 50 CMS_EnvelopedData_decrypt(content->d.envelopedData, in test_encrypt_decrypt() 66 CMS_ContentInfo_free(content); in test_encrypt_decrypt() 106 BIO *bio, *content = NULL; in test_d2i_CMS_bio_NULL() local 309 && TEST_ptr(content = in test_d2i_CMS_bio_NULL() 312 BIO_free(content); in test_d2i_CMS_bio_NULL()
|
A D | generate_ssl_tests.pl | 161 my $content = <INPUT>; 163 eval $content;
|
A D | smcont.txt | 1 Somewhat longer test content for OpenSSL CMS utility to handle, and a bit longer...
|
/test/recipes/80-test_cmp_http_data/ |
A D | test_credentials.csv | 26 0,cert file random content, -section,,BLANK,,BLANK,, -cert,random.bin, -key,signer.p12, -keypass,pa… 28 0,key file random content, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,random.bin, -keypass,pas… 35 0,extracerts random content, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,p…
|
A D | test_verification.csv | 33 0,srvcert random content, -section,, -recipient,"""",BLANK,, -srvcert,random.bin, -trusted,"""",BLA…
|
/test/helpers/ |
A D | ssltestlib.c | 126 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch; in dump_data() local 142 content = rec[RECORD_CONTENT_TYPE]; in dump_data() 143 printf("** Record Content-type: %d\n", content); in dump_data() 157 if (content == SSL3_RT_HANDSHAKE) { in dump_data()
|
/test/recipes/ |
A D | 80-test_cms.t | 897 my $content = <$fh>; 901 if ($content =~ /Content-Type:\s*application\/pkcs7-mime.*smime-type=([^\s;]+)/) {
|
Completed in 22 milliseconds