Searched refs:RestoreState (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncryptTransform.h84 virtual void RestoreState(CFDictionaryRef state);
H A DDigest.h200 void RestoreState(CFDictionaryRef state);
H A DTransform.h189 virtual void RestoreState(CFDictionaryRef state);
H A DDigest.cpp506 void DigestTransform::RestoreState(CFDictionaryRef state) function in class:DigestTransform
H A DSecTransform.cpp465 tr->RestoreState((CFDictionaryRef) CFDictionaryGetValue(xTransform, EXTERN_TRANSFORM_STATE));
H A DEncryptTransform.cpp930 method: RestoreState
933 void EncryptDecryptBase::RestoreState(CFDictionaryRef state) function in class:EncryptDecryptBase
H A DTransform.cpp1551 // Returns a dictionary of all the meta attributes that will need to be reset on a RestoreState
1637 void Transform::RestoreState(CFDictionaryRef state) function in class:Transform
1679 CFRelease(result); // see <rdar://problem/8741628> Transform::RestoreState is ignoring error returns
1687 CFRelease(result); // see <rdar://problem/8741628> Transform::RestoreState is ignoring error returns
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCDwarf.h269 enum OpType { SameValue, RememberState, RestoreState, Move, RelMove, Escape, enumerator in enum:llvm::MCCFIInstruction::OpType
281 assert(Op == RememberState || Op == RestoreState);
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCStreamer.cpp333 MCCFIInstruction Instruction(MCCFIInstruction::RestoreState, Label);
H A DMCDwarf.cpp1002 case MCCFIInstruction::RestoreState:

Completed in 230 milliseconds