CFDictionaryAddValue(query, kSecUseKeychain, kc);
CFDictionarySetValue(query, kSecAttrAccount, account);
CFDictionarySetValue(query, kSecAttrComment, CFSTR("a comment"));
CFDictionarySetValue(query, kSecAttrLabel, label);
CFDictionaryAddValue(query, kSecUseKeychain, kc);
CFDictionarySetValue(query, kSecAttrAccount, account);
CFDictionarySetValue(query, kSecAttrComment, CFSTR("a comment"));
CFDictionarySetValue(query, kSecAttrLabel, label);