Searched refs:GetMetaAttribute (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DGroupTransform.cpp212 if (!t->GetMetaAttribute(in, kSecTransformMetaAttributeHasInboundConnection)) {
214 if (t->GetMetaAttribute(in, kSecTransformMetaAttributeRequired)) {
H A DTransform.h212 CFTypeRef GetMetaAttribute(SecTransformStringOrAttributeRef key, SecTransformMetaAttributeType type);
H A DTransform.cpp560 CFTypeRef Transform::GetMetaAttribute(SecTransformStringOrAttributeRef key, SecTransformMetaAttributeType type) { function in class:Transform
1576 values[i] = GetMetaAttribute(key, types[i]);
H A DSecCustomTransform.cpp922 return GetMetaAttribute(attribute, type);

Completed in 176 milliseconds