Home
last modified time | relevance | path

Searched refs:CRYPT_CTXINFO_MODE (Results 1 – 25 of 29) sorted by relevance

12

/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dhighlvl.c316 cryptSetAttribute( sessionKeyContext1, CRYPT_CTXINFO_MODE, in keyExportImport()
327 cryptSetAttribute( sessionKeyContext2, CRYPT_CTXINFO_MODE, in keyExportImport()
686 cryptSetAttribute( cryptContext, CRYPT_CTXINFO_MODE, CRYPT_MODE_ECB ); in testDeriveKey()
847 cryptSetAttribute( decryptContext, CRYPT_CTXINFO_MODE, in conventionalExportImport()
942 status = cryptSetAttribute( sessionKeyContext1, CRYPT_CTXINFO_MODE, in testConv3DES()
950 status = cryptSetAttribute( sessionKeyContext2, CRYPT_CTXINFO_MODE, in testConv3DES()
1002 status = cryptSetAttribute( sessionKeyContext1, CRYPT_CTXINFO_MODE, in testConvAES()
1014 cryptSetAttribute( sessionKeyContext2, CRYPT_CTXINFO_MODE, in testConvAES()
1152 cryptSetAttribute( cryptContext, CRYPT_CTXINFO_MODE, in testMACExportImport()
H A Dlowlvl.c178 status = cryptSetAttribute( *cryptContext, CRYPT_CTXINFO_MODE, in loadContexts()
234 status = cryptSetAttribute( *decryptContext, CRYPT_CTXINFO_MODE, in loadContexts()
286 status = cryptGetAttribute( cryptContext, CRYPT_CTXINFO_MODE, in testCrypt()
H A Dstress.c264 status = cryptSetAttribute( cryptContext, CRYPT_CTXINFO_MODE, in testProcessing()
305 status = cryptSetAttribute( cryptContext, CRYPT_CTXINFO_MODE, in testProcessing()
H A Dtiming.c193 status = cryptSetAttribute( *cryptContext, CRYPT_CTXINFO_MODE, in loadContexts()
245 status = cryptSetAttribute( *decryptContext, CRYPT_CTXINFO_MODE, in loadContexts()
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_attr.c131 case CRYPT_CTXINFO_MODE: in getContextAttribute()
531 case CRYPT_CTXINFO_MODE: in setContextAttribute()
548 CRYPT_CTXINFO_MODE ) ); in setContextAttribute()
556 CRYPT_CTXINFO_MODE ) ); in setContextAttribute()
562 CRYPT_CTXINFO_MODE ) ); in setContextAttribute()
570 CRYPT_CTXINFO_MODE ) ); in setContextAttribute()
H A Dkeyload.c132 setErrorInfo( contextInfoPtr, CRYPT_CTXINFO_MODE, in initGenericParams()
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dkeyex.c200 &sessionKeyMode, CRYPT_CTXINFO_MODE ); in checkContextsEncodable()
223 &exportMode, CRYPT_CTXINFO_MODE ); in checkContextsEncodable()
269 &exportMode, CRYPT_CTXINFO_MODE ); in checkContextsEncodable()
H A Dkeyex_int.c317 &importMode, CRYPT_CTXINFO_MODE ); in importConventionalKey()
H A Dmech_pkwrap.c241 ( MESSAGE_CAST ) &mode, CRYPT_CTXINFO_MODE ); in pgpExtractKey()
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Dres_env.c162 &contextMode, CRYPT_CTXINFO_MODE ); in initEnvelopeEncryption()
562 ( MESSAGE_CAST ) &mode, CRYPT_CTXINFO_MODE ); in addPgpPasswordInfo()
630 &mode, CRYPT_CTXINFO_MODE ); in addContextInfo()
H A Dres_denv.c570 &value, CRYPT_CTXINFO_MODE ); in initKeys()
799 CRYPT_CTXINFO_MODE ); in importSessionKey()
1116 CRYPT_CTXINFO_MODE );
H A Dpgp_env.c571 ( MESSAGE_CAST ) &mode, CRYPT_CTXINFO_MODE ); in createSessionKey()
H A Denv_attr.c1632 &mode, CRYPT_CTXINFO_MODE ); in setEnvelopeAttribute()
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl_kmgmt.c259 CRYPT_CTXINFO_MODE ); in initSecurityContextsSSL()
265 CRYPT_CTXINFO_MODE ); in initSecurityContextsSSL()
H A Dssh2_cry.c372 CRYPT_CTXINFO_MODE ); in initSecurityContextsSSH()
378 CRYPT_CTXINFO_MODE ); in initSecurityContextsSSH()
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dasn1_algid.c591 &mode, CRYPT_CTXINFO_MODE ); in writeCryptContextAlgoID()
1112 &mode, CRYPT_CTXINFO_MODE ); in readContextAlgoID()
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A DPerlCryptLib.ph541 sub CRYPT_CTXINFO_MODE { 1002 } subroutine
H A Dcryptlib.bas371 CRYPT_CTXINFO_MODE ' Mode
H A Dcryptlib.pas380 CRYPT_CTXINFO_MODE = 1002; { Mode }
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dselftest.c582 CRYPT_CTXINFO_MODE ) != CRYPT_ERROR_PERMISSION ) in testKernelMechanisms()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_getp.c311 &mode, CRYPT_CTXINFO_MODE ); in importSessionKey()
H A Dpgp.c115 ( MESSAGE_CAST ) &mode, CRYPT_CTXINFO_MODE ); in createDecryptionContext()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptlib.h545 CRYPT_CTXINFO_MODE, /* Mode */ enumerator
H A DREADME809 it using the CRYPT_CTXINFO_MODE attribute:
811 cryptSetAttribute( cryptContext, CRYPT_CTXINFO_MODE, cryptMode );
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dwrite.c1398 ( MESSAGE_CAST ) &mode, CRYPT_CTXINFO_MODE );

12