Searched refs:attrValue (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainItemExtendedAttributes.h66 * created with the value specified in 'attrValue'.
69 * replaced by the value specified in 'attrValue'.
71 * If the incoming 'attrValue' is NULL, the extended attribute specified by 'attrName'
72 * will be deleted if it exists. If the incoming 'attrValue' is NULL and no such
78 CFDataRef attrValue); /* value to set; NULL means delete the
85 * via the *attrValue argument. The caller must CFRelease() this returned value.
93 CFDataRef *attrValue); /* RETURNED */
H A DSecKeychainItemExtendedAttributes.cpp141 CFDataRef attrValue) /* NULL means delete the attribute */
152 if(attrValue == NULL) {
161 CSSM_DATA attrCValue = {CFDataGetLength(attrValue), (uint8 *)CFDataGetBytePtr(attrValue)};
188 CFDataRef *attrValue) /* RETURNED */
192 if((itemRef == NULL) || (attrName == NULL) || (attrValue == NULL)) {
216 *attrValue = CFDataCreate(NULL, (const UInt8 *)attrList->attr->data,
138 SecKeychainItemSetExtendedAttribute( SecKeychainItemRef itemRef, CFStringRef attrName, CFDataRef attrValue) argument
185 SecKeychainItemCopyExtendedAttribute( SecKeychainItemRef itemRef, CFStringRef attrName, CFDataRef *attrValue) argument
H A DExtendedAttribute.cpp44 const CssmData attrValue) :
51 mAttrValue(Allocator::standard(), attrValue.Data, attrValue.Length)
40 ExtendedAttribute( CSSM_DB_RECORDTYPE recordType, const CssmData &itemID, const CssmData attrName, const CssmData attrValue) argument
H A DExtendedAttribute.h55 const CssmData attrValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainItemExtendedAttributes.h66 * created with the value specified in 'attrValue'.
69 * replaced by the value specified in 'attrValue'.
71 * If the incoming 'attrValue' is NULL, the extended attribute specified by 'attrName'
72 * will be deleted if it exists. If the incoming 'attrValue' is NULL and no such
78 CFDataRef attrValue); /* value to set; NULL means delete the
85 * via the *attrValue argument. The caller must CFRelease() this returned value.
93 CFDataRef *attrValue); /* RETURNED */
H A DSecKeychainItemExtendedAttributes.cpp141 CFDataRef attrValue) /* NULL means delete the attribute */
152 if(attrValue == NULL) {
161 CSSM_DATA attrCValue = {CFDataGetLength(attrValue), (uint8 *)CFDataGetBytePtr(attrValue)};
188 CFDataRef *attrValue) /* RETURNED */
192 if((itemRef == NULL) || (attrName == NULL) || (attrValue == NULL)) {
216 *attrValue = CFDataCreate(NULL, (const UInt8 *)attrList->attr->data,
138 SecKeychainItemSetExtendedAttribute( SecKeychainItemRef itemRef, CFStringRef attrName, CFDataRef attrValue) argument
185 SecKeychainItemCopyExtendedAttribute( SecKeychainItemRef itemRef, CFStringRef attrName, CFDataRef *attrValue) argument
H A DExtendedAttribute.cpp44 const CssmData attrValue) :
51 mAttrValue(Allocator::standard(), attrValue.Data, attrValue.Length)
40 ExtendedAttribute( CSSM_DB_RECORDTYPE recordType, const CssmData &itemID, const CssmData attrName, const CssmData attrValue) argument
H A DExtendedAttribute.h55 const CssmData attrValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainItemExtendedAttributes.h66 * created with the value specified in 'attrValue'.
69 * replaced by the value specified in 'attrValue'.
71 * If the incoming 'attrValue' is NULL, the extended attribute specified by 'attrName'
72 * will be deleted if it exists. If the incoming 'attrValue' is NULL and no such
78 CFDataRef attrValue); /* value to set; NULL means delete the
85 * via the *attrValue argument. The caller must CFRelease() this returned value.
93 CFDataRef *attrValue); /* RETURNED */
H A DSecKeychainItemExtendedAttributes.cpp141 CFDataRef attrValue) /* NULL means delete the attribute */
152 if(attrValue == NULL) {
161 CSSM_DATA attrCValue = {CFDataGetLength(attrValue), (uint8 *)CFDataGetBytePtr(attrValue)};
188 CFDataRef *attrValue) /* RETURNED */
192 if((itemRef == NULL) || (attrName == NULL) || (attrValue == NULL)) {
216 *attrValue = CFDataCreate(NULL, (const UInt8 *)attrList->attr->data,
138 SecKeychainItemSetExtendedAttribute( SecKeychainItemRef itemRef, CFStringRef attrName, CFDataRef attrValue) argument
185 SecKeychainItemCopyExtendedAttribute( SecKeychainItemRef itemRef, CFStringRef attrName, CFDataRef *attrValue) argument
H A DExtendedAttribute.cpp44 const CssmData attrValue) :
51 mAttrValue(Allocator::standard(), attrValue.Data, attrValue.Length)
40 ExtendedAttribute( CSSM_DB_RECORDTYPE recordType, const CssmData &itemID, const CssmData attrName, const CssmData attrValue) argument
H A DExtendedAttribute.h55 const CssmData attrValue);
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12BagAttrs.cpp88 newAttr->attrValue = (CSSM_DATA **)p12NssNullArray(numVals, mCoder);
91 newAttr->attrValue[dex] = dstVal;
111 unsigned numVals = nssArraySize((const void **)attr->attrValue);
119 CFDataRef val = p12CssmDataToCf(*attr->attrValue[dex]);
156 unsigned numVals = nssArraySize((const void **)src.attrValue);
157 dst.attrValue = (CSSM_DATA **)p12NssNullArray(numVals, mCoder);
161 dst.attrValue[dex] = dstVal;
162 mCoder.allocCopyItem(*src.attrValue[dex], *dstVal);
H A Dpkcs12SafeBag.cpp57 unsigned numValues = nssArraySize((const void**)attr->attrValue);
71 if(mCoder.decodeItem(*attr->attrValue[0],
89 if(mCoder.decodeItem(*attr->attrValue[0],
281 const CSSM_DATA &attrValue)
285 attr->attrValue = mCoder.mallocn<CSSM_DATA *>(2);
286 attr->attrValue[0] = mCoder.mallocn<CSSM_DATA>();
287 attr->attrValue[1] = NULL;
288 mCoder.allocCopyItem(attrValue, *attr->attrValue[0]);
279 makeAttr( const CSSM_OID &attrId, const CSSM_DATA &attrValue) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12BagAttrs.cpp88 newAttr->attrValue = (CSSM_DATA **)p12NssNullArray(numVals, mCoder);
91 newAttr->attrValue[dex] = dstVal;
111 unsigned numVals = nssArraySize((const void **)attr->attrValue);
119 CFDataRef val = p12CssmDataToCf(*attr->attrValue[dex]);
156 unsigned numVals = nssArraySize((const void **)src.attrValue);
157 dst.attrValue = (CSSM_DATA **)p12NssNullArray(numVals, mCoder);
161 dst.attrValue[dex] = dstVal;
162 mCoder.allocCopyItem(*src.attrValue[dex], *dstVal);
H A Dpkcs12SafeBag.cpp57 unsigned numValues = nssArraySize((const void**)attr->attrValue);
71 if(mCoder.decodeItem(*attr->attrValue[0],
89 if(mCoder.decodeItem(*attr->attrValue[0],
281 const CSSM_DATA &attrValue)
285 attr->attrValue = mCoder.mallocn<CSSM_DATA *>(2);
286 attr->attrValue[0] = mCoder.mallocn<CSSM_DATA>();
287 attr->attrValue[1] = NULL;
288 mCoder.allocCopyItem(attrValue, *attr->attrValue[0]);
279 makeAttr( const CSSM_OID &attrId, const CSSM_DATA &attrValue) argument
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddommap.tcl67 foreach {attrName attrValue} [array get [::dom::node cget $node -attributes]] {
70 catch {set match [expr $match && [regexp [lindex $opts(-attribute) 1] $attrValue]]}
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DSession_CSR.cpp87 attr->attrValue = (CSSM_DATA **)coder.malloc(2 * sizeof(CSSM_DATA *));
88 attr->attrValue[1] = NULL;
91 attr->attrValue[0] = (CSSM_DATA *)coder.malloc(sizeof(CSSM_DATA));
101 *attr->attrValue[0]);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extendAttrTool/
H A DextendAttrTool.cpp25 printf(" -A attrValue\n");
111 CFDataRef attrValue = (CFDataRef)CFArrayGetValueAtIndex(valuesArray, dex); local
113 printCfData(attrValue);
262 const char *attrValue = NULL; local
324 attrValue = optarg;
340 if((op == OP_Set) && (attrValue == NULL)) {
376 attrValueData = CFDataCreate(NULL, (const UInt8 *)attrValue, strlen(attrValue));
382 printf("attribute '%s' set to '%s'.\n", attrName, attrValue);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DkeyTemplates.h63 SecAsn1Item **attrValue; member in struct:__anon3582
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DkeyTemplates.h63 SecAsn1Item **attrValue; member in struct:__anon4017
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DkeyTemplates.h63 SecAsn1Item **attrValue; member in struct:__anon4139
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DkeyTemplates.h63 SecAsn1Item **attrValue; member in struct:__anon4261
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/
H A Dtnc.c1520 TncProbeAttribute (userData, elemAtts, attrName, attrValue, nrOfreq)
1524 char *attrValue;
1545 if (strcmp (attDecl->dflt, attrValue) != 0) {
1554 pc = (char*)attrValue;
1573 entryPtr = Tcl_CreateHashEntry (tncdata->ids, attrValue, &hnew);
1589 if (attrValue[0] == '\0') {
1593 entryPtr = Tcl_CreateHashEntry (tncdata->ids, attrValue, &hnew);
1597 if (attrValue[0] == '\0') {
1605 while (attrValue[i]) {
1606 if (attrValue[
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/mdsdump/
H A Dmdsdump.cpp100 const CSSM_DATA *attrValue)
103 for(uint32 dex=0; dex<attrValue->Length; dex++) {
104 printf("%c", attrValue->Data[dex]);
332 CSSM_DATA attrValue = {0, NULL}; local
344 theAttr.Value = &attrValue;
99 printValue( const CSSM_DATA *attrValue) argument

Completed in 292 milliseconds

12