Home
last modified time | relevance | path

Searched refs:CONTEXT_HASH (Results 1 – 7 of 7) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptctx.c136 case CONTEXT_HASH: in initContextStorage()
248 if( contextInfoPtr->type != CONTEXT_HASH && needsKey( contextInfoPtr ) ) in checkContext()
596 REQUIRES( contextInfoPtr->type == CONTEXT_HASH || \ in processActionMessage()
745 REQUIRES( contextInfoPtr->type == CONTEXT_HASH || \ in contextMessageFunction()
751 if( contextInfoPtr->type == CONTEXT_HASH && \ in contextMessageFunction()
843 contextInfoPtr->type == CONTEXT_HASH || \ in contextMessageFunction()
954 ( isHashAlgo( cryptAlgo ) ) ? CONTEXT_HASH : \ in createContextFromCapability()
1044 case CONTEXT_HASH: in createContextFromCapability()
1217 if( contextInfoPtr->type != CONTEXT_HASH ) in createContextFromCapability()
1276 case CONTEXT_HASH: in createContextFromCapability()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_attr.c324 REQUIRES( contextType == CONTEXT_HASH || \ in getContextAttributeS()
331 return( attributeCopy( msgData, ( contextType == CONTEXT_HASH ) ? \ in getContextAttributeS()
640 REQUIRES( contextType == CONTEXT_HASH || \ in setContextAttribute()
791 ( contextType == CONTEXT_HASH ) ); in setContextAttribute()
1185 case CONTEXT_HASH: in deleteContextAttribute()
H A Dctx_misc.c398 case CONTEXT_HASH:
515 status = staticInitContext( &contextInfo, CONTEXT_HASH, capabilityInfo, in testHash()
H A Dctx_sha2.c369 REQUIRES( contextInfoPtr->type == CONTEXT_HASH ); in initParams()
H A Dcontext.h136 CONTEXT_HASH, /* Hash context */ enumerator
/dports/cad/pcb/pcb-4.2.0/src/
H A Dedif.c6606 #define CONTEXT_HASH 127 macro
6607 static Context *ContextHash[CONTEXT_HASH];
6624 hsh = cod % CONTEXT_HASH; in FindContext()
6836 hsh = ContextDef[i].Code % CONTEXT_HASH; in ParseEDIF()
H A Dedif.y3861 #define CONTEXT_HASH 127 macro
3862 static Context *ContextHash[CONTEXT_HASH];
3879 hsh = cod % CONTEXT_HASH; in FindContext()
4091 hsh = ContextDef[i].Code % CONTEXT_HASH; in ParseEDIF()