Home
last modified time | relevance | path

Searched refs:pss (Results 1 – 25 of 29) sorted by relevance

12

/external/openssl/crypto/rsa/
Drsa_ameth.c273 RSA_PSS_PARAMS *pss; in rsa_pss_decode() local
281 pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen); in rsa_pss_decode()
283 if (!pss) in rsa_pss_decode()
286 if (pss->maskGenAlgorithm) in rsa_pss_decode()
288 ASN1_TYPE *param = pss->maskGenAlgorithm->parameter; in rsa_pss_decode()
289 if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) == NID_mgf1 in rsa_pss_decode()
298 return pss; in rsa_pss_decode()
301 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, in rsa_pss_param_print() argument
305 if (!pss) in rsa_pss_param_print()
318 if (pss->hashAlgorithm) in rsa_pss_param_print()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
Drsa_ameth.c273 RSA_PSS_PARAMS *pss; in rsa_pss_decode() local
281 pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen); in rsa_pss_decode()
283 if (!pss) in rsa_pss_decode()
286 if (pss->maskGenAlgorithm) in rsa_pss_decode()
288 ASN1_TYPE *param = pss->maskGenAlgorithm->parameter; in rsa_pss_decode()
289 if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) == NID_mgf1 in rsa_pss_decode()
298 return pss; in rsa_pss_decode()
301 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, in rsa_pss_param_print() argument
305 if (!pss) in rsa_pss_param_print()
318 if (pss->hashAlgorithm) in rsa_pss_param_print()
[all …]
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_impl.cc180 ProfileSyncService* pss) { in RegisterDataTypes() argument
185 RegisterCommonDataTypes(disabled_types, enabled_types, pss); in RegisterDataTypes()
187 RegisterDesktopDataTypes(disabled_types, enabled_types, pss); in RegisterDataTypes()
210 ProfileSyncService* pss) { in RegisterCommonDataTypes() argument
214 pss->RegisterDataTypeController( in RegisterCommonDataTypes()
222 pss->RegisterDataTypeController( in RegisterCommonDataTypes()
230 pss->RegisterDataTypeController( in RegisterCommonDataTypes()
231 new BookmarkDataTypeController(this, profile_, pss)); in RegisterCommonDataTypes()
238 pss->RegisterDataTypeController( in RegisterCommonDataTypes()
239 new TypedUrlDataTypeController(this, profile_, pss)); in RegisterCommonDataTypes()
[all …]
Dprofile_sync_components_factory_impl_unittest.cc109 scoped_ptr<ProfileSyncService> pss(new ProfileSyncService( in TestSwitchDisablesType() local
122 pss->factory()->RegisterDataTypes(pss.get()); in TestSwitchDisablesType()
124 pss->GetDataTypeControllerStates(&controller_states); in TestSwitchDisablesType()
138 scoped_ptr<ProfileSyncService> pss(new ProfileSyncService( in TEST_F() local
151 pss->factory()->RegisterDataTypes(pss.get()); in TEST_F()
153 pss->GetDataTypeControllerStates(&controller_states); in TEST_F()
Dprofile_sync_service_factory.cc127 ProfileSyncService* pss = new ProfileSyncService( in BuildServiceInstanceFor() local
140 pss->factory()->RegisterDataTypes(pss); in BuildServiceInstanceFor()
141 pss->Initialize(); in BuildServiceInstanceFor()
142 return pss; in BuildServiceInstanceFor()
Dprofile_sync_components_factory_impl.h51 virtual void RegisterDataTypes(ProfileSyncService* pss) OVERRIDE;
90 ProfileSyncService* pss);
96 ProfileSyncService* pss);
Dprofile_sync_service_startup_unittest.cc49 ACTION_P(InvokeOnConfigureStart, pss) { in ACTION_P() argument
51 static_cast<ProfileSyncService*>(pss); in ACTION_P()
55 ACTION_P2(InvokeOnConfigureDone, pss, result) { in ACTION_P2() argument
57 static_cast<ProfileSyncService*>(pss); in ACTION_P2()
Dprofile_sync_components_factory.h79 virtual void RegisterDataTypes(ProfileSyncService* pss) = 0;
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
Dsigned_in_devices_api.cc53 ProfileSyncService* pss, in GetAllSignedInDevices() argument
55 ScopedVector<DeviceInfo> devices = pss->GetAllSignedInDevices(); in GetAllSignedInDevices()
81 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); in GetAllSignedInDevices() local
85 pss, in GetAllSignedInDevices()
91 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); in GetLocalDeviceInfo() local
92 if (!pss) { in GetLocalDeviceInfo()
95 std::string guid = pss->GetLocalSyncCacheGUID(); in GetLocalDeviceInfo()
Dsigned_in_devices_manager.cc46 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); in SignedInDevicesChangeObserver() local
47 if (pss) { in SignedInDevicesChangeObserver()
48 pss->AddObserverForDeviceInfoChange(this); in SignedInDevicesChangeObserver()
53 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); in ~SignedInDevicesChangeObserver() local
54 if (pss) { in ~SignedInDevicesChangeObserver()
55 pss->RemoveObserverForDeviceInfoChange(this); in ~SignedInDevicesChangeObserver()
Dsigned_in_devices_api.h37 ProfileSyncService* pss,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_dirty_surfaces.h86 …y_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface… in util_dirty_surfaces_use_for_sampling_with() argument
89 …util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_l… in util_dirty_surfaces_use_for_sampling_with()
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush); in util_dirty_surfaces_use_for_sampling_with()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h86 …y_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface… in util_dirty_surfaces_use_for_sampling_with() argument
89 …util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_l… in util_dirty_surfaces_use_for_sampling_with()
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush); in util_dirty_surfaces_use_for_sampling_with()
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_exponential_backoff_test.cc36 explicit ExponentialBackoffChecker(ProfileSyncService* pss) in ExponentialBackoffChecker() argument
37 : SingleClientStatusChangeChecker(pss) { in ExponentialBackoffChecker()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c107 struct pipe_shader_state pss; in rbug_shader_create_locked() local
108 memset(&pss, 0, sizeof(pss)); in rbug_shader_create_locked()
109 pss.tokens = tokens; in rbug_shader_create_locked()
113 state = pipe->create_fs_state(pipe, &pss); in rbug_shader_create_locked()
116 state = pipe->create_vs_state(pipe, &pss); in rbug_shader_create_locked()
119 state = pipe->create_gs_state(pipe, &pss); in rbug_shader_create_locked()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
Drbug_core.c107 struct pipe_shader_state pss; in rbug_shader_create_locked() local
108 memset(&pss, 0, sizeof(pss)); in rbug_shader_create_locked()
109 pss.tokens = tokens; in rbug_shader_create_locked()
113 state = pipe->create_fs_state(pipe, &pss); in rbug_shader_create_locked()
116 state = pipe->create_vs_state(pipe, &pss); in rbug_shader_create_locked()
119 state = pipe->create_gs_state(pipe, &pss); in rbug_shader_create_locked()
/external/chromium_org/third_party/webrtc/base/
Dnat_unittest.cc172 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer()); in TestConnectivity() local
173 scoped_ptr<AsyncSocket> client(pss->CreateAsyncSocket(src.family(), in TestConnectivity()
175 scoped_ptr<AsyncSocket> server(pss->CreateAsyncSocket(src.family(), in TestConnectivity()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dnat_unittest.cc189 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer()); in TestConnectivity() local
190 scoped_ptr<AsyncSocket> client(pss->CreateAsyncSocket(src.family(), in TestConnectivity()
192 scoped_ptr<AsyncSocket> server(pss->CreateAsyncSocket(src.family(), in TestConnectivity()
/external/chromium_org/base/android/java/src/org/chromium/base/
DPerfTraceEvent.java290 int pss = memoryInfo.nativePss + memoryInfo.dalvikPss + memoryInfo.otherPss; in savePerfString() local
291 traceObj.put("mem", pss); in savePerfString()
/external/e2fsprogs/debian/attic/libs/
Drules157 dh_installchangelogs -pe2fslibsg -pcomerr$(COMERR_MAJOR)g -pss$(SS_MAJOR)g ChangeLog
173 dh_gencontrol -u '-isp' -pss$(SS_MAJOR)g -pssg-dev \
/external/chromium_org/base/process/
Dprocess_metrics_linux.cc307 int pss = 0; in GetWorkingSetKBytesTotmaps() local
312 ret &= StringToInt(totmaps_fields[kPssIndex], &pss); in GetWorkingSetKBytesTotmaps()
321 ws_usage->shared = pss + swap; in GetWorkingSetKBytesTotmaps()
/external/chromium_org/tools/linux/
Dprocfs.py434 def pss(self): member in ProcSmaps.VMA
488 def pss(self): member in ProcSmaps
/external/chromium_org/third_party/icu/source/data/translit/
DKorean_Latin_BGN.txt109 ᆸᄊ → pss ; # HANGUL JONGSEONG PIEUP + CHOSEONG SSANGSIOS
223 ᆲᄊ → pss ; # HANGUL JONGSEONG RIEUL-PIEUP + CHOSEONG SSANGSIOS
/external/icu/icu4c/source/data/translit/
DKorean_Latin_BGN.txt109 ᆸᄊ → pss ; # HANGUL JONGSEONG PIEUP + CHOSEONG SSANGSIOS
223 ᆲᄊ → pss ; # HANGUL JONGSEONG RIEUL-PIEUP + CHOSEONG SSANGSIOS
/external/openssl/crypto/objects/
Dobj_mac.num435 pss 435

12