Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 25 of 53) sorted by relevance

123

/openssl/test/
H A Ddestest.c513 DES_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), &ks, &cfb_tmp, in cfb_test()
515 if (!TEST_mem_eq(cfb_cipher, sizeof(plain), cfb_buf1, sizeof(plain))) in cfb_test()
520 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in cfb_test()
556 DES_cfb64_encrypt(&plain[12], &cfb_buf1[12], sizeof(plain) - 12, &ks, in test_des_cfb64()
558 if (!TEST_mem_eq(cfb_cipher64, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_cfb64()
565 if (!TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain))) in test_des_cfb64()
572 if (!TEST_mem_eq(cfb_cipher8, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_cfb64()
579 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in test_des_cfb64()
594 if (!TEST_mem_eq(cfb_cipher64, sizeof(plain), cfb_buf1, sizeof(plain))) in test_des_ede_cfb64()
602 return TEST_mem_eq(plain, sizeof(plain), cfb_buf2, sizeof(plain)); in test_des_ede_cfb64()
[all …]
H A Dideatest.c45 static const unsigned char plain[CFB_TEST_SIZE] = { variable
100 IDEA_cfb64_encrypt(plain, cfb_buf1, (long)12, &eks, in test_idea_cfb64()
102 IDEA_cfb64_encrypt(&plain[12], &cfb_buf1[12], in test_idea_cfb64()
114 return TEST_mem_eq(plain, CFB_TEST_SIZE, cfb_buf2, CFB_TEST_SIZE); in test_idea_cfb64()
/openssl/
H A Dappveyor.yml24 - plain
72 if ($env:Configuration -Match "plain") {
/openssl/demos/smime/
H A Dsign.txt1 Content-type: text/plain
H A Dencr.txt1 Content-type: text/plain
/openssl/demos/cms/
H A Dsign.txt1 Content-type: text/plain
H A Dencr.txt1 Content-type: text/plain
H A Dcomp.txt1 Content-type: text/plain
/openssl/doc/man3/
H A DCMS_uncompress.pod32 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 DPKCS7_decrypt.pod27 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 DCMS_EncryptedData_decrypt.pod31 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
32 from the content. If the content is not of type B<text/plain> then an error is
H A DCMS_decrypt.pod72 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted
73 from the content. If the content is not of type C<text/plain> then an error is
H A DOSSL_CMP_MSG_http_perform.pod30 Proxying plain HTTP is supported directly,
H A DPKCS7_verify.pod67 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are deleted
68 from the content. If the content is not of type B<text/plain> then an error is
H A DSMIME_write_CMS.pod30 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
H A DSMIME_write_PKCS7.pod30 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain>
H A DCMS_compress.pod26 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are
H A DPKCS12_add_safe.pod30 =item * If I<safe_nid> is -1, a plain PKCS7 I<data> contentInfo is created.
H A DCMS_verify.pod83 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted
84 from the content. If the content is not of type C<text/plain> then an error is
H A DSMIME_write_ASN1.pod47 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
/openssl/doc/man1/
H A Dopenssl-pkeyparam.pod.in48 Prints out the parameters in plain text in addition to the encoded version.
H A Dopenssl-smime.pod.in156 This option adds plain text (text/plain) MIME headers to the supplied
159 type text/plain then an error occurs.
310 add plain text headers.
441 openssl smime -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem
H A Dopenssl-rsa.pod.in99 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 Dopenssl-cms.pod.in581 This option adds plain text (text/plain) MIME headers to the supplied
584 type text/plain then an error occurs.
647 add plain text headers.
847 openssl cms -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem
860 openssl cms -encrypt -in plain.txt -out mail.msg \
865 openssl cms -encrypt -in plain.txt -out mail.msg \
/openssl/.github/workflows/
H A Dwindows.yml58 plain:

Completed in 57 milliseconds

123