Home
last modified time | relevance | path

Searched refs:encrypt1 (Results 1 – 10 of 10) sorted by path

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_encrypt06.py71 file1_encrypt='none', file1_encrypt_args='', encrypt1=False)),
75 file1_encrypt=None, file1_encrypt_args='', encrypt1=True)),
79 file1_encrypt='rotn', file1_encrypt_args=key13, encrypt1=True)),
83 file1_encrypt='none', file1_encrypt_args='', encrypt1=False)),
87 file1_encrypt='none', file1_encrypt_args='', encrypt1=False)),
199 self.assertEqual(self.expected_encryption(self.encrypt1),
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dsmime-enc.c377 encrypt1(X509* x509, const char* mime_entity) in encrypt1() function
482 b = encrypt1(x509, mime_entity); in smime_encrypt()
H A Dsmimeutil.h366 DSEXPORT char* encrypt1(X509* x509, const char* mime_entity);
/dports/security/xmlsec1/xmlsec1-1.2.29/docs/api/src/chapters/
H A Dexamples.sgml64 &xmlsec-example-encrypt1;
65 &xmlsec-example-encrypt1-tmpl;
66 &xmlsec-example-encrypt1-res;
H A Dsign-and-encrypt.sgml280 <simpara><link linkend="xmlsec-example-encrypt1">Full program listing</link></simpara>
281 …<simpara><link linkend="xmlsec-example-encrypt1-tmpl">Simple encryption template file</link></simp…
/dports/security/xmlsec1/xmlsec1-1.2.29/examples/
H A DMakefile7 encrypt1 encrypt2 encrypt3 \
30 ./encrypt1 encrypt1-tmpl.xml deskey.bin
33 ./decrypt1 encrypt1-res.xml deskey.bin
35 ./decrypt2 encrypt1-res.xml deskey.bin
37 ./decrypt3 encrypt1-res.xml
H A DMakefile.w3220 $(XMLSEC_OBJS_DIR)\encrypt1.exe \
H A DREADME30 encrypt1.c Encrypting binary data with a template file
31 encrypt1-res.xml An example template file for encrypt1.c
32 encrypt1-tmpl.xml The result of processing encrypt1_tmpl.xml by encrypt1.c
85 ./encrypt1 encrypt1-tmpl.xml deskey.bin
89 ./decrypt1 encrypt1-res.xml deskey.bin
91 ./decrypt2 encrypt1-res.xml deskey.bin
93 ./decrypt3 encrypt1-res.xml
108 …xmlsec1 encrypt --deskey deskey.bin --binary-data binary.dat --output encrypt1.xml encrypt1-tmpl.…
109 xmlsec1 decrypt --deskey deskey.bin encrypt1.xml
110 xmlsec1 decrypt --deskey deskey.bin encrypt1-res.xml
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/crypto/
H A Dtestcrypto.cpp113 CipherContext encrypt1; in test_cipher() local
114 encrypt1.Reset(); in test_cipher()
120 unsigned int buf1_used = encrypt1.TransformBlock(buf1, sizeof(buf1), STRING1, sizeof(STRING1)); in test_cipher()
138 TEST_CHECK_THROWS(encrypt1.Transform(buf2, sizeof(buf2), STRING1, sizeof(STRING1)), in test_cipher()
140 TEST_CHECK_THROWS(encrypt1.Final(buf2, sizeof(buf2)), in test_cipher()
142 encrypt1.Begin(); in test_cipher()
144 e = encrypt1.Transform(buf2, sizeof(buf2), STRING2, sizeof(STRING2) - 16); in test_cipher()
145 e += encrypt1.Transform(buf2 + e, sizeof(buf2) - e, STRING2 + sizeof(STRING2) - 16, 16); in test_cipher()
146 e += encrypt1.Final(buf2 + e, sizeof(buf2) - e); in test_cipher()
161 encrypt1.Reset(); in test_cipher()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/PS/
H A DType1.pm35 sub encrypt1 subroutine
115 $emit->(encrypt1(\$R, <<GLYPHS_HDR));
138 $emit->(encrypt1(\$R, $subrs));
139 return 0 unless $v->{tmpfile}->evacuate(sub { $emit->(encrypt1(\$R, $_[0])) });
140 $emit->(encrypt1(\$R, <<GLYPHS_FOOTER));