Searched refs:plain (Results 1 – 25 of 50) sorted by relevance
12
/openssl-master/test/ |
A D | destest.c | 513 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 …]
|
A D | ideatest.c | 45 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-master/ |
A D | appveyor.yml | 24 - plain 72 if ($env:Configuration -Match "plain") {
|
/openssl-master/doc/man3/ |
A D | CMS_EncryptedData_decrypt.pod | 26 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted 27 from the content. If the content is not of type B<text/plain> then an error is
|
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
|
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
|
A D | CMS_decrypt.pod | 66 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted 67 from the content. If the content is not of type B<text/plain> then an error is
|
A D | OSSL_CMP_MSG_http_perform.pod | 30 Proxying plain HTTP is supported directly,
|
A D | PKCS7_verify.pod | 67 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
|
A D | CMS_verify.pod | 64 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted 65 from the content. If the content is not of type B<text/plain> then an error is
|
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
|
A D | SMIME_write_PKCS7.pod | 30 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain>
|
A D | CMS_compress.pod | 26 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are
|
A D | PKCS12_add_safe.pod | 30 =item * If I<safe_nid> is -1, a plain PKCS7 I<data> contentInfo is created.
|
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
|
A D | PKCS7_encrypt.pod | 47 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are
|
/openssl-master/demos/smime/ |
A D | sign.txt | 1 Content-type: text/plain
|
A D | encr.txt | 1 Content-type: text/plain
|
/openssl-master/demos/cms/ |
A D | sign.txt | 1 Content-type: text/plain
|
A D | encr.txt | 1 Content-type: text/plain
|
A D | comp.txt | 1 Content-type: text/plain
|
/openssl-master/doc/man1/ |
A D | openssl-pkeyparam.pod.in | 48 Prints out the parameters in plain text in addition to the encoded version.
|
A D | openssl-smime.pod.in | 156 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
|
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.
|
A D | openssl-cms.pod.in | 570 This option adds plain text (text/plain) MIME headers to the supplied 573 type text/plain then an error occurs. 636 add plain text headers. 836 openssl cms -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem 849 openssl cms -encrypt -in plain.txt -out mail.msg \ 854 openssl cms -encrypt -in plain.txt -out mail.msg \
|
Completed in 26 milliseconds
12