Home
last modified time | relevance | path

Searched refs:cryptlib (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/dports/security/cryptlib/cryptlib-3.4.3/
H A Dtest32ce.vcp460 ".\cryptlib.h"\
538 ".\cryptlib.h"\
553 ".\cryptlib.h"\
566 ".\cryptlib.h"\
579 ".\cryptlib.h"\
592 ".\cryptlib.h"\
605 ".\cryptlib.h"\
618 ".\cryptlib.h"\
631 ".\cryptlib.h"\
644 ".\cryptlib.h"\
[all …]
H A Dcrypt32ce.vcp405 ".\cryptlib.h"\
426 ".\cryptlib.h"\
447 ".\cryptlib.h"\
468 ".\cryptlib.h"\
489 ".\cryptlib.h"\
510 ".\cryptlib.h"\
537 ".\cryptlib.h"\
558 ".\cryptlib.h"\
579 ".\cryptlib.h"\
600 ".\cryptlib.h"\
[all …]
H A DCOPYING1 This file contains the usage terms for cryptlib. The full details of cryptlib
2 usage are provided on the cryptlib home page; although this file and the
7 cryptlib is distributed under a dual license that allows free, open-source use
11 cryptlib home page.
26 obtain complete source code for the cryptlib software and any accompanying
27 software that uses the cryptlib software. The source code must either be
51 Any large-scale commercial use of cryptlib requires a license. "Large-scale
53 company-internal purposes, or use of cryptlib in an application or product,
54 with a total gross revenue of over US$5,000. This allows cryptlib to be
H A Dcrypt32.rc1 /* cryptlib resource file. We provide a slightly different version depending
31 /* cryptlib version information, needed at various places in the resources */
71 VALUE "FileDescription", "cryptlib security toolkit for Windows CE\0"
73 VALUE "FileDescription", "cryptlib security toolkit (64 bit)\0"
75 VALUE "FileDescription", "cryptlib security toolkit (32 bit)\0"
77 VALUE "ProductName", "cryptlib security toolkit\0"
/dports/security/cryptlib/cryptlib-3.4.3/tools/
H A Dmkhdr.sh9 mv -f cryptlib.?as bindings
18 python tools/cryptlibConverter.py cryptlib.h bindings java
19 python tools/cryptlibConverter.py cryptlib.h bindings python
20 python tools/cryptlibConverter.py cryptlib.h bindings net
28 zip -qo9 ../bindings cryptlib.bas cryptlib.cs cryptlib.jar cryptlib.pas java_jni.c PerlCryptLib.* M…
/dports/security/p5-PerlCryptLib/PerlCryptLib-1.11/
H A DREADME6 What is cryptlib?
9 PerlCryptLib is an interface module to access cryptlib API.
11 cryptlib (Copyright 1992-2005 Peter Gutmann. All rights reserved.) is a
16 For more information about cryptlib features and state-of-the-art, please
19 http://www.cs.auckland.ac.nz/~pgut001/cryptlib
26 the Open-Source/multi-platform crypto library cryptlib directly from Perl.
28 cryptlib functionality; this is done maintaining the exact syntax explained
29 in the cryptlib manual.
37 - cryptlib v.3.2.2 (or later) on unix/linux
43 PerlCryptLib need to know the path to cryptlib.h header file for the libcl
[all …]
H A DChanges5 - Added compatibility for deprecated functions removed from cryptlib starting from version 3.4.0
20 - Introduced serching for cryptlib.h in system directory
23 - Optimized compatibility with different version of cryptlib
25 - Support for 'cryptlib.h' new types
28 - Granted compatibility with different version of cryptlib
31 GenPerl.pl script adapted from GenBas.pl cryptlib script
36 - Succesfully tested with shared cryptlib library
/dports/www/tikiwiki/tiki-21.2/modules/
H A Dmod-func-domain_password.php97 $cryptlib = TikiLib::lib('crypt');
98 $cryptlib->init();
103 $allDomains = $cryptlib->getPasswordDomains();
134 $username[$cntModule] = $cryptlib->getUserData($domain, 'usr');
156 $chkPwd = $cryptlib->hasUserData($domain);
162 $chkPwd = $cryptlib->getUserData($domain);
180 if (! $cryptlib->setUserData($domain, $domPassword)) {
183 if (! $cryptlib->setUserData($domain, $domUsername, 'usr')) {
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dcrypth.inc4 function crypt(__key:Pchar; __salt:Pchar):Pchar;cdecl;external cryptlib name 'crypt';
5 procedure setkey(__key:Pchar);cdecl;external cryptlib name 'setkey';
6 procedure encrypt(__block:Pchar; __edflag:longint);cdecl;external cryptlib name 'encrypt';
23 function crypt_r(__key:Pchar; __salt:Pchar; __data:Pcrypt_data):Pchar;cdecl;external cryptlib name …
24 procedure setkey_r(__key:Pchar; __data:Pcrypt_data);cdecl;external cryptlib name 'setkey_r';
25 procedure encrypt_r(__block:Pchar; __edflag:longint; __data:Pcrypt_data);cdecl;external cryptlib na…
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/TestScripts/
H A Dchange-version.sh19 sed 's|Library 8.4 API|Library 8.3 API|g' cryptlib.h > cryptlib.h.new
20 mv cryptlib.h.new cryptlib.h
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/TestScripts/
H A Dchange-version.sh19 sed 's|Library 8.4 API|Library 8.3 API|g' cryptlib.h > cryptlib.h.new
20 mv cryptlib.h.new cryptlib.h
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/
H A DMakefile38 LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c \
40 LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o \
47 HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h \
158 cryptlib.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
159 cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
160 cryptlib.o: ../include/openssl/err.h ../include/openssl/lhash.h
161 cryptlib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
162 cryptlib.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
163 cryptlib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.c
164 cryptlib.o: cryptlib.h
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/
H A DMakefile43 HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER)
148 cryptlib.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
149 cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
150 cryptlib.o: ../include/openssl/err.h ../include/openssl/lhash.h
151 cryptlib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
152 cryptlib.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
153 cryptlib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.c
154 cryptlib.o: cryptlib.h
161 cversion.o: cryptlib.h cversion.c
189 mem.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/
H A DMakefile38 LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c \
41 LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o \
49 HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h \
160 cryptlib.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
161 cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
162 cryptlib.o: ../include/openssl/err.h ../include/openssl/lhash.h
163 cryptlib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
164 cryptlib.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
165 cryptlib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.c
166 cryptlib.o: cryptlib.h
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/cryptlib/
H A DCryptlibObjectIdentifiers.java1 package org.bouncycastle.asn1.cryptlib;
7 … public static final ASN1ObjectIdentifier cryptlib = new ASN1ObjectIdentifier("1.3.6.1.4.1.3029"); field in CryptlibObjectIdentifiers
9 public static final ASN1ObjectIdentifier ecc = cryptlib.branch("1").branch("5");
/dports/databases/gigabase/gigabase/crypt/
H A Dmakefile1 OBJS = crypt_file.o md5.o arc4.o cryptlib.o filters.o misc.o mqueue.o queue.o
2 INCS = rc4/arc4.h rc4/config.h rc4/cryptlib.h rc4/misc.h rc4/mqueue.h rc4/pch.h rc4/queue.h rc4/wor…
34 cryptlib.o: rc4/cryptlib.cpp $(INCS)
35 $(CC) $(CFLAGS) rc4/cryptlib.cpp
H A Dmakefile.mvc1 OBJS = crypt_file.obj md5.obj arc4.obj cryptlib.obj filters.obj misc.obj mqueue.obj queue.obj
2 INCS = rc4\arc4.h rc4\config.h rc4\cryptlib.h rc4\misc.h rc4\mqueue.h rc4\pch.h rc4\queue.h rc4\wor…
26 cryptlib.obj: rc4\cryptlib.cpp $(INCS)
27 $(CC) $(CFLAGS) rc4\cryptlib.cpp
/dports/www/tikiwiki/tiki-21.2/admin/
H A Dinclude_security.php17 $cryptlib = TikiLib::lib('crypt'); variable
19 $smarty->assign('user_encryption_stat_mcrypt', $cryptlib->getUserCryptDataStats('mcrypt'));
20 $smarty->assign('user_encryption_stat_openssl', $cryptlib->getUserCryptDataStats('openssl'));
/dports/lang/perl5.34/perl-5.34.0/hints/
H A Dos2.sh439 if test -z "$cryptlib"; then
440 cryptlib=`UU/loc crypt$lib_ext "" $libpth`
441 if $test -n "$cryptlib"; then
442 cryptlib=-lcrypt
444 cryptlib=`UU/loc ufc$lib_ext "" $libpth`
445 if $test -n "$cryptlib"; then
446 cryptlib=-lufc
450 if test -n "$cryptlib"; then
451 libs="$libs $cryptlib"
/dports/lang/perl5.30/perl-5.30.3/hints/
H A Dos2.sh439 if test -z "$cryptlib"; then
440 cryptlib=`UU/loc crypt$lib_ext "" $libpth`
441 if $test -n "$cryptlib"; then
442 cryptlib=-lcrypt
444 cryptlib=`UU/loc ufc$lib_ext "" $libpth`
445 if $test -n "$cryptlib"; then
446 cryptlib=-lufc
450 if test -n "$cryptlib"; then
451 libs="$libs $cryptlib"
/dports/lang/perl5.32/perl-5.32.1/hints/
H A Dos2.sh439 if test -z "$cryptlib"; then
440 cryptlib=`UU/loc crypt$lib_ext "" $libpth`
441 if $test -n "$cryptlib"; then
442 cryptlib=-lcrypt
444 cryptlib=`UU/loc ufc$lib_ext "" $libpth`
445 if $test -n "$cryptlib"; then
446 cryptlib=-lufc
450 if test -n "$cryptlib"; then
451 libs="$libs $cryptlib"
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/hints/
H A Dos2.sh439 if test -z "$cryptlib"; then
440 cryptlib=`UU/loc crypt$lib_ext "" $libpth`
441 if $test -n "$cryptlib"; then
442 cryptlib=-lcrypt
444 cryptlib=`UU/loc ufc$lib_ext "" $libpth`
445 if $test -n "$cryptlib"; then
446 cryptlib=-lufc
450 if test -n "$cryptlib"; then
451 libs="$libs $cryptlib"
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/bio/
H A DMakefile102 b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c
109 b_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.c
116 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c
124 bf_nbio.o: ../cryptlib.h bf_nbio.c
131 bf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.c
138 bio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.c
151 bio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.c
158 bss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.c
172 bss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.c
200 bss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.c
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/bio/
H A DMakefile104 b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c
112 b_sock.o: ../cryptlib.h b_sock.c
119 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c
127 bf_nbio.o: ../cryptlib.h bf_nbio.c
134 bf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.c
141 bio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.c
154 bio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.c
161 bss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.c
175 bss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.c
203 bss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.c
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/bio/
H A DMakefile104 b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c
112 b_sock.o: ../cryptlib.h b_sock.c
119 bf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.c
127 bf_nbio.o: ../cryptlib.h bf_nbio.c
134 bf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.c
141 bio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.c
154 bio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.c
161 bss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.c
175 bss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.c
203 bss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.c
[all …]

12345678910>>...23