Home
last modified time | relevance | path

Searched refs:CRYPT_KEYTYPE_PUBLIC (Results 1 – 11 of 11) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dloadkey.c735 cryptInitComponents( rsaKey, CRYPT_KEYTYPE_PUBLIC ); in loadRSAPublicKey()
1010 cryptInitComponents( dsaKey, CRYPT_KEYTYPE_PUBLIC ); in loadDSAContextsEx()
1077 cryptInitComponents( elgamalKey, CRYPT_KEYTYPE_PUBLIC ); in loadElgamalContexts()
1178 cryptInitComponents( dhKey, CRYPT_KEYTYPE_PUBLIC ); in loadDHContexts()
1218 cryptInitComponents( dhKey, CRYPT_KEYTYPE_PUBLIC ); in loadDHContexts()
1350 cryptInitComponents( eccKey, CRYPT_KEYTYPE_PUBLIC ); in loadECDSAContextsEx()
H A Dtiming.c804 cryptInitComponents( rsaKey, CRYPT_KEYTYPE_PUBLIC ); in loadRSAKey()
1014 cryptInitComponents( dsaKey, CRYPT_KEYTYPE_PUBLIC ); in loadDSAKey()
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A DPerlCryptLib.pm63 $componentInfo->{isPublicKey} = ( $componentKeyType == &CRYPT_KEYTYPE_PUBLIC ? 1 : 0 );
H A DPerlCryptLib.ph2095 sub CRYPT_KEYTYPE_PUBLIC { 1 } subroutine
H A Dcryptlib.bas1425 Public Const CRYPT_KEYTYPE_PUBLIC As Long = 1
H A Dcryptlib.pas1431 CRYPT_KEYTYPE_PUBLIC = 1;
H A Dpython.c4666 v = Py_BuildValue("i", CRYPT_KEYTYPE_PUBLIC); in initcryptlib_py()
/dports/security/p5-PerlCryptLib/PerlCryptLib-1.11/
H A DPerlCryptLib.pm63 $componentInfo->{isPublicKey} = ( $componentKeyType == &CRYPT_KEYTYPE_PUBLIC ? 1 : 0 );
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptlib.h1714 #define CRYPT_KEYTYPE_PUBLIC 1 macro
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11_pkc.c590 cryptInitComponents( &dhKey, CRYPT_KEYTYPE_PUBLIC ); in dhGenerateKey()
H A Dms_capi.c774 cryptInitComponents( &rsaKey, CRYPT_KEYTYPE_PUBLIC ); in capiToCryptlibContext()