Home
last modified time | relevance | path

Searched refs:algoAvailable (Results 1 – 17 of 17) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl_hs.c295 BOOLEAN allowDH = algoAvailable( CRYPT_ALGO_DH );
296 BOOLEAN allowECC = algoAvailable( CRYPT_ALGO_ECDH ) && \
297 algoAvailable( CRYPT_ALGO_ECDSA );
298 BOOLEAN allowRSA = algoAvailable( CRYPT_ALGO_RSA );
497 !algoAvailable( cipherSuiteInfoPtr->authAlgo ) )
499 if( !algoAvailable( cipherSuiteInfoPtr->cryptAlgo ) )
501 if( !algoAvailable( cipherSuiteInfoPtr->macAlgo ) )
H A Dscep_svr.c307 if( algoAvailable( CRYPT_ALGO_SHA1 ) ) in processAdditionalScepRequest()
309 if( algoAvailable( CRYPT_ALGO_SHA2 ) ) in processAdditionalScepRequest()
311 if( algoAvailable( CRYPT_ALGO_SHAng ) ) in processAdditionalScepRequest()
313 if( algoAvailable( CRYPT_ALGO_3DES ) ) in processAdditionalScepRequest()
315 if( algoAvailable( CRYPT_ALGO_AES ) ) in processAdditionalScepRequest()
H A Dssl_ext.c1063 if( !algoAvailable( sigAlgo ) ) in writeSigHashAlgoList()
1075 if( !algoAvailable( algoTbl[ i ].hashAlgo ) ) in writeSigHashAlgoList()
1178 if( algoAvailable( CRYPT_ALGO_ECDH ) && \ in writeClientExtensions()
1179 algoAvailable( CRYPT_ALGO_ECDSA ) ) in writeClientExtensions()
H A Dssh2.c406 !algoAvailable( matchedAlgoInfo->algo ) ) in readAlgoStringEx()
409 !algoAvailable( matchedAlgoInfo->subAlgo ) ) in readAlgoStringEx()
689 !algoAvailable( algoStringInfo->algo ) )
694 !algoAvailable( algoStringInfo->subAlgo ) )
H A Dssl_svr.c185 const BOOLEAN rsaAvailable = algoAvailable( CRYPT_ALGO_RSA ); in writeCertRequest()
186 const BOOLEAN dsaAvailable = algoAvailable( CRYPT_ALGO_DSA ); in writeCertRequest()
187 const BOOLEAN ecdsaAvailable = algoAvailable( CRYPT_ALGO_ECDSA ); in writeCertRequest()
H A Dpnppki.c267 if( !algoAvailable( pkcAlgo ) ) in generateKey()
284 if( !algoAvailable( pkcAlgo ) ) in generateKey()
H A Dssl_cli.c188 if( keyexAlgo != CRYPT_ALGO_NONE && !algoAvailable( keyexAlgo ) ) in writeCipherSuiteList()
200 if( !algoAvailable( cryptAlgo ) ) in writeCipherSuiteList()
208 if( !algoAvailable( macAlgo ) ) in writeCipherSuiteList()
H A Dssh.c603 if( algoAvailable( CRYPT_ALGO_SHA2 ) ) in initVersion()
H A Dcmp_rdmsg.c647 !algoAvailable( value ) ) in readResponseBody()
H A Dssl.h591 #define algoAvailable( algo ) \ macro
H A Dssl.c730 !algoAvailable( CRYPT_ALGO_SHA2 ) ) in commonStartup()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpgp_wr.c298 if( algoAvailable( CRYPT_ALGO_AES ) ) in createSignedAttributes()
303 if( algoAvailable( CRYPT_ALGO_3DES ) ) in createSignedAttributes()
318 if( algoAvailable( CRYPT_ALGO_SHAng ) ) in createSignedAttributes()
320 if( algoAvailable( CRYPT_ALGO_SHA2 ) ) in createSignedAttributes()
322 if( algoAvailable( CRYPT_ALGO_SHA1 ) ) in createSignedAttributes()
/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dsign_cms.c346 if( prevAlgo != algorithm && !algoAvailable( algorithm ) ) in addSmimeCapabilities()
355 !algoAvailable( smimeCapInfo[ i ].secondaryAlgorithm ) ) in addSmimeCapabilities()
H A Dmech_drv.c274 if( !algoAvailable( hashAlgo ) ) in derivePKCS5()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_api.c182 BOOLEAN algoAvailable( IN_ALGO const CRYPT_ALGO_TYPE cryptAlgo ) in algoAvailable() function
H A Dint_api.h50 BOOLEAN algoAvailable( IN_ALGO const CRYPT_ALGO_TYPE cryptAlgo );
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_attr.c662 if( !algoAvailable( value ) ) in setContextAttribute()