Home
last modified time | relevance | path

Searched refs:CONTEXT_CONV (Results 1 – 9 of 9) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_attr.c140 case CONTEXT_CONV: in getContextAttribute()
169 if( contextType == CONTEXT_CONV && \ in getContextAttribute()
189 case CONTEXT_CONV: in getContextAttribute()
210 case CONTEXT_CONV: in getContextAttribute()
298 if( contextType == CONTEXT_CONV ) in getContextAttributeS()
589 case CONTEXT_CONV: in setContextAttribute()
740 case CONTEXT_CONV: in setContextAttribute()
830 if( contextType == CONTEXT_CONV ) in setContextAttributeS()
1110 if( contextType == CONTEXT_CONV ) in deleteContextAttribute()
1128 if( contextType == CONTEXT_CONV ) in deleteContextAttribute()
[all …]
H A Dkeyload.c81 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in initGenericParams()
396 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in loadKeyConvFunction()
730 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in generateKeyConvFunction()
897 int hmacAlgo = ( contextInfoPtr->type == CONTEXT_CONV ) ? \ in deriveKey()
905 REQUIRES( contextInfoPtr->type == CONTEXT_CONV || \ in deriveKey()
930 if( contextInfoPtr->type == CONTEXT_CONV ) in deriveKey()
1035 case CONTEXT_CONV: in initKeyHandling()
H A Dctx_aes.c301 staticInitContext( &contextInfo, CONTEXT_CONV, capabilityInfo, in selfTest()
310 staticInitContext( &contextInfo, CONTEXT_CONV, capabilityInfo, in selfTest()
508 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in initParams()
H A Dctx_rc4.c217 staticInitContext( &contextInfo, CONTEXT_CONV, capabilityInfo, in rc4Test()
H A Dcontext.h134 CONTEXT_CONV, /* Conventional encryption context */ enumerator
143 ( contextType == CONTEXT_CONV || contextType == CONTEXT_MAC || \
H A Dctx_misc.c393 case CONTEXT_CONV:
469 status = staticInitContext( &contextInfo, CONTEXT_CONV, capabilityInfo, in testCipher()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptctx.c111 case CONTEXT_CONV: in initContextStorage()
401 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in encryptDataConv()
769 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in contextMessageFunction()
842 REQUIRES( contextInfoPtr->type == CONTEXT_CONV || \ in contextMessageFunction()
884 REQUIRES( contextInfoPtr->type == CONTEXT_CONV || \ in contextMessageFunction()
919 REQUIRES( contextInfoPtr->type == CONTEXT_CONV ); in contextMessageFunction()
952 ( isConvAlgo( cryptAlgo ) ) ? CONTEXT_CONV : \ in createContextFromCapability()
1001 case CONTEXT_CONV: in createContextFromCapability()
1170 if( contextInfoPtr->type == CONTEXT_CONV ) in createContextFromCapability()
1235 case CONTEXT_CONV: in createContextFromCapability()
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dobj_acc.c570 if( ( contextInfoPtr->type != CONTEXT_CONV && \
582 case CONTEXT_CONV:
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11.c779 if( contextInfoPtr->type == CONTEXT_CONV )