Home
last modified time | relevance | path

Searched refs:des_cfb64_encrypt (Results 26 – 50 of 115) sorted by relevance

12345

/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/mac/libdes/src/
H A Ddes.def30 des_cfb64_encrypt
H A Dcfb64enc.c66 void des_cfb64_encrypt(in, out, length, schedule, ivec, num, encrypt) in des_cfb64_encrypt()
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/mac/libdes/src/
H A Ddes.def30 des_cfb64_encrypt
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/mac/libdes/src/
H A Ddes.def30 des_cfb64_encrypt
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/mac/libdes/src/
H A Ddes.def30 des_cfb64_encrypt
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/mac/libdes/src/
H A Ddes.def30 des_cfb64_encrypt
H A Dcfb64enc.c66 void des_cfb64_encrypt(in, out, length, schedule, ivec, num, encrypt) in des_cfb64_encrypt()
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/mac/libdes/src/
H A Ddes.def30 des_cfb64_encrypt
H A Dcfb64enc.c66 void des_cfb64_encrypt(in, out, length, schedule, ivec, num, encrypt) in des_cfb64_encrypt()
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/BSD/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/mac/libdes/public/
H A Ddestest.c774 des_cfb64_encrypt(plain,cfb_buf1,(long)12,ks,
776 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),
788 des_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,ks,
790 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]),
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/des/
H A Ddestest.c889 des_cfb64_encrypt(plain,cfb_buf1,12,ks,&cfb_tmp,&n,DES_ENCRYPT); in cfb64_test()
890 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),sizeof(plain)-12,ks, in cfb64_test()
901 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT); in cfb64_test()
902 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]), in cfb64_test()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/test/
H A Ddestest.c889 des_cfb64_encrypt(plain,cfb_buf1,12,ks,&cfb_tmp,&n,DES_ENCRYPT); in cfb64_test()
890 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),sizeof(plain)-12,ks, in cfb64_test()
901 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT); in cfb64_test()
902 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]), in cfb64_test()
/dports/security/bdes/bdes.src/des/
H A Ddestest.c889 des_cfb64_encrypt(plain,cfb_buf1,12,ks,&cfb_tmp,&n,DES_ENCRYPT); in cfb64_test()
890 des_cfb64_encrypt(&(plain[12]),&(cfb_buf1[12]),sizeof(plain)-12,ks, in cfb64_test()
901 des_cfb64_encrypt(cfb_buf1,cfb_buf2,17,ks,&cfb_tmp,&n,DES_DECRYPT); in cfb64_test()
902 des_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]), in cfb64_test()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/des/
H A Ddestest.c870 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT); in cfb64_test()
871 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks, in cfb64_test()
881 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT); in cfb64_test()
882 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]), in cfb64_test()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/des/
H A Ddestest.c870 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT); in cfb64_test()
871 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks, in cfb64_test()
881 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT); in cfb64_test()
882 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]), in cfb64_test()
/dports/security/l0phtcrack/l0phtcrack-1.5/
H A Ddes.h213 void des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
269 void des_cfb64_encrypt();
/dports/lang/rexx-wrapper/RexxWrapper-2.4/des/
H A Ddes.h221 void des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
277 void des_cfb64_encrypt();
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dcfb64enc.c66 void des_cfb64_encrypt(in, out, length, schedule, ivec, num, encrypt) in des_cfb64_encrypt()

12345