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) {
983 + int operation ;
987 - xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
1003 + xmlSecAssert2( ( transform->operation == xmlSecTransformOperationEncrypt ) || ( transform->ope…
1035 - xmlSecAssert2((transform->operation == xmlSecTransformOperationEncrypt) || (transform->operati…
1051 + operation = ( transform->operation == xmlSecTransformOperationEncrypt ) ? 1 : 0 ;
1057 - (transform->operation == xmlSecTransformOperationEncrypt) ? 1 : 0,
1061 + rtv = xmlSecNssBlockCipherCtxInit( context, inBuf , outBuf , operation , cipherName , transfo…
1085 - (transform->operation == xmlSecTransformOperationEncrypt) ? 1 : 0,
1089 + rtv = xmlSecNssBlockCipherCtxUpdate( context, inBuf , outBuf , operation , cipherName , trans…
1103 - (transform->operation == xmlSecTransformOperationEncrypt) ? 1 : 0,
1106 + rtv = xmlSecNssBlockCipherCtxFinal( context, inBuf , outBuf , operation , cipherName , transf…