Home
last modified time | relevance | path

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

123

/openssl/test/
H A Ddestest.c523 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 Dideatest.c46 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 Dhpke_test.c927 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 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 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 DOSSL_CMP_MSG_http_perform.pod30 Proxying plain HTTP is supported directly,
H A DCMS_decrypt.pod85 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 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 DPKCS7_verify.pod81 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 DCMS_verify.pod92 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 DSMIME_write_ASN1.pod47 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
/openssl/test/smime-eml/
H A DSignedInvalidMappingFromanyPolicyTest7.eml10 Content-Type: text/plain
/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.in158 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 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.in582 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 \

Completed in 33 milliseconds

123