Lines Matching refs:operation
239 + xmlSecAssert2( ( transform->operation == xmlSecTransformOperationEncrypt ) || ( transform->…
254 + if( transform->operation == xmlSecTransformOperationEncrypt ) {
287 + CK_ATTRIBUTE_TYPE operation ;
293 + xmlSecAssert2( ( transform->operation == xmlSecTransformOperationEncrypt ) || ( transform->ope…
909 - xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
951 - if(transform->operation == xmlSecTransformOperationEncrypt) {
984 + int operation ;
988 - xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
1004 + xmlSecAssert2( ( transform->operation == xmlSecTransformOperationEncrypt ) || ( transform->ope…
1036 - xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
1052 + operation = ( transform->operation == xmlSecTransformOperationEncrypt ) ? 1 : 0 ;
1058 - (transform->operation == xmlSecTransformOperationEncrypt) ? 1 : 0,
1062 + rtv = xmlSecNssBlockCipherCtxInit( context, inBuf , outBuf , operation , cipherName , trans…
1086 - (transform->operation == xmlSecTransformOperationEncrypt) ? 1 : 0,
1090 + rtv = xmlSecNssBlockCipherCtxUpdate( context, inBuf , outBuf , operation , cipherName , tra…
1104 - (transform->operation == xmlSecTransformOperationEncrypt) ? 1 : 0,
1107 + rtv = xmlSecNssBlockCipherCtxFinal( context, inBuf , outBuf , operation , cipherName , tran…