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

/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_import.c59 unsigned numExtendedAttributes)
193 if(numExtendedAttributes) {
195 for(attrDex=0; attrDex<numExtendedAttributes; attrDex++) {
244 unsigned numExtendedAttributes = 0; local
345 attrNames = (char **)realloc(attrNames, numExtendedAttributes * sizeof(char *));
346 attrValues = (char **)realloc(attrValues, numExtendedAttributes * sizeof(char *));
347 attrNames[numExtendedAttributes] = optarg;
348 attrValues[numExtendedAttributes] = argv[optind];
349 numExtendedAttributes++;
475 attrValues, numExtendedAttributes);
48 do_keychain_import( SecKeychainRef kcRef, CFDataRef inData, SecExternalFormat externFormat, SecExternalItemType itemType, SecAccessRef access, Boolean nonExtractable, const char *passphrase, const char *fileName, char **attrNames, char **attrValues, unsigned numExtendedAttributes) argument
[all...]

Completed in 117 milliseconds