/openssl/test/ |
H A D | destest.c | 523 DES_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), &ks, &cfb_tmp, in cfb_test() 525 if (!TEST_mem_eq(cfb_cipher, sizeof(plain), cfb_buf1, sizeof(plain))) in cfb_test() 530 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in cfb_test() 566 DES_cfb64_encrypt(&plain[12], &cfb_buf1[12], sizeof(plain) - 12, &ks, in test_des_cfb64() 568 if (!TEST_mem_eq(cfb_cipher64, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_cfb64() 575 if (!TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain))) in test_des_cfb64() 582 if (!TEST_mem_eq(cfb_cipher8, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_cfb64() 589 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in test_des_cfb64() 604 if (!TEST_mem_eq(cfb_cipher64, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_ede_cfb64() 612 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in test_des_ede_cfb64() [all …]
|
H A D | ideatest.c | 46 static const unsigned char plain[CFB_TEST_SIZE] = { variable 101 IDEA_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in test_idea_cfb64() 103 IDEA_cfb64_encrypt(&plain[12], &cfb_buf1[12], in test_idea_cfb64() 115 return TEST_mem_eq(plain, CFB_TEST_SIZE, cfb_buf2, CFB_TEST_SIZE); in test_idea_cfb64()
|
H A D | hpke_test.c | 927 unsigned char plain[OSSL_HPKE_TSTSIZE]; in test_hpke_modes_suites() local 931 memset(plain, 0x00, OSSL_HPKE_TSTSIZE); in test_hpke_modes_suites() 933 plainlen = strlen((char *)plain); in test_hpke_modes_suites() 1131 unsigned char plain[] = "quick brown fox"; in test_hpke_export() local 1132 size_t plainlen = sizeof(plain); in test_hpke_export() 1318 unsigned char plain[] = "quick brown fox"; in test_hpke_oddcalls() local 1319 size_t plainlen = sizeof(plain); in test_hpke_oddcalls() 1492 plainlen = sizeof(plain); in test_hpke_oddcalls() 1807 unsigned char plain[] = "quick brown fox"; in test_hpke_compressed() local 1808 size_t plainlen = sizeof(plain); in test_hpke_compressed() [all …]
|
/openssl/demos/smime/ |
H A D | sign.txt | 1 Content-type: text/plain
|
H A D | encr.txt | 1 Content-type: text/plain
|
/openssl/demos/cms/ |
H A D | sign.txt | 1 Content-type: text/plain
|
H A D | encr.txt | 1 Content-type: text/plain
|
H A D | comp.txt | 1 Content-type: text/plain
|
/openssl/doc/man3/ |
H A D | CMS_uncompress.pod | 32 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted 33 from the content. If the content is not of type B<text/plain> then an error is
|
H A D | PKCS7_decrypt.pod | 27 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are deleted 28 from the content. If the content is not of type B<text/plain> then an error is
|
H A D | CMS_EncryptedData_decrypt.pod | 31 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted 32 from the content. If the content is not of type C<text/plain> then an error is
|
H A D | OSSL_CMP_MSG_http_perform.pod | 30 Proxying plain HTTP is supported directly,
|
H A D | CMS_decrypt.pod | 85 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted 86 from the content. If the content is not of type C<text/plain> then an error is
|
H A D | SMIME_write_CMS.pod | 30 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
|
H A D | SMIME_write_PKCS7.pod | 30 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain>
|
H A D | CMS_compress.pod | 26 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are
|
H A D | PKCS12_add_safe.pod | 30 =item * If I<safe_nid> is -1, a plain PKCS7 I<data> contentInfo is created.
|
H A D | PKCS7_verify.pod | 81 If the B<PKCS7_TEXT> flag is set MIME headers for type C<text/plain> are deleted 82 from the content. If the content is not of type C<text/plain> then an error is
|
H A D | CMS_verify.pod | 92 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted 93 from the content. If the content is not of type C<text/plain> then an error is
|
H A D | SMIME_write_ASN1.pod | 47 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
|
/openssl/test/smime-eml/ |
H A D | SignedInvalidMappingFromanyPolicyTest7.eml | 10 Content-Type: text/plain
|
/openssl/doc/man1/ |
H A D | openssl-smime.pod.in | 158 This option adds plain text (text/plain) MIME headers to the supplied 161 type text/plain then an error occurs. 305 add plain text headers. 436 openssl smime -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem
|
H A D | openssl-pkeyparam.pod.in | 51 Prints out the parameters in plain text in addition to the encoded version.
|
H A D | openssl-rsa.pod.in | 99 If none of these options is specified the key is written in plain text. This 108 plain text in addition to the encoded version.
|
H A D | openssl-cms.pod.in | 582 This option adds plain text (text/plain) MIME headers to the supplied 585 type text/plain then an error occurs. 648 add plain text headers. 848 openssl cms -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem 861 openssl cms -encrypt -in plain.txt -out mail.msg \ 866 openssl cms -encrypt -in plain.txt -out mail.msg \
|