Home | History | Annotate | Download | only in base

Lines Matching defs:oss

1057   OSStatus oss = 0;
1093 oss = SecKeychainSearchCreateFromAttributes(NULL,
1096 if (0 == oss) {
1100 oss = SecKeychainSearchCopyNext(sref, &iref);
1101 if (0 == oss) {
1150 } else if (errSecItemNotFound == oss) {
1154 LOG(LS_ERROR) << "Couldn't get keychain information, error code" << oss;
1157 } else if (errSecItemNotFound == oss) { // noop
1160 LOG(LS_ERROR) << "Couldn't get keychain information, error code" << oss;