Searched defs:hs (Results 1 - 25 of 41) sorted by relevance

12

/external/dropbear/
H A Dbignum.c63 void sha1_process_mp(hash_state *hs, mp_int *mp) { argument
73 sha1_process(hs, buf_getptr(buf, i), i);
H A Ddss.c168 hash_state hs; local
189 sha1_init(&hs);
190 sha1_process(&hs, data, len);
191 sha1_done(&hs, msghash);
313 hash_state hs; local
319 sha1_init(&hs);
320 sha1_process(&hs, data, len);
321 sha1_done(&hs, msghash);
328 sha512_init(&hs);
329 sha512_process(&hs, "th
[all...]
H A Drsa.c390 hash_state hs; local
410 sha1_init(&hs);
411 sha1_process(&hs, data, len);
412 sha1_done(&hs, buf_getwriteptr(rsa_EM, SHA1_HASH_SIZE));
H A Drandom.c134 hash_state hs; local
146 sha1_init(&hs);
147 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
148 sha1_process(&hs, (void*)readbuf, sizeof(readbuf));
149 sha1_done(&hs, hashpool);
161 hash_state hs; local
171 sha1_init(&hs);
172 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
173 sha1_process(&hs, (void*)&pid, sizeof(pid));
174 sha1_process(&hs, (voi
181 hash_state hs; local
[all...]
H A Dcommon-kex.c62 const hash_state * hs, unsigned const char X);
217 * already initialised hash_state hs, which should already have processed
225 const hash_state * hs, const unsigned char X) {
230 memcpy(&hs2, hs, sizeof(hash_state));
236 memcpy(&hs2, hs, sizeof(hash_state));
260 hash_state hs; local
268 sha1_init(&hs);
269 sha1_process_mp(&hs, ses.dh_K);
272 sha1_process(&hs, ses.hash, SHA1_HASH_SIZE);
295 hashkeys(C2S_IV, SHA1_HASH_SIZE, &hs, '
224 hashkeys(unsigned char *out, int outlen, const hash_state * hs, const unsigned char X) argument
519 hash_state hs; local
[all...]
H A Dsignkey.c280 hash_state hs; local
285 md5_init(&hs);
288 md5_process(&hs, keyblob, keybloblen);
290 md5_done(&hs, hash);
315 hash_state hs; local
320 sha1_init(&hs);
323 sha1_process(&hs, keyblob, keybloblen);
325 sha1_done(&hs, hash);
/external/chromium/chrome/browser/download/
H A Ddownload_history.cc31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
32 if (!hs) {
36 hs->QueryDownloads(&history_consumer_, callback);
39 hs->CleanUpInProgressEntries();
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
58 download_item->is_temporary() || !hs) {
65 hs->CreateDownload(info, &history_consumer_, callback);
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
76 if (!hs)
79 hs
110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashSetTest.java35 HashSet hs; field in class:HashSetTest
92 assertTrue("HashSet does not contain correct elements", hs
103 int size = hs.size();
104 hs.add(new Integer(8));
105 assertTrue("Added element already contained by set", hs.size() == size);
106 hs.add(new Integer(-9));
108 hs.size() == size + 1);
109 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
117 Set orgSet = (Set) hs.clone();
118 hs
[all...]
H A DLinkedHashSetTest.java29 LinkedHashSet hs; field in class:LinkedHashSetTest
86 assertTrue("LinkedHashSet does not contain correct elements", hs
97 int size = hs.size();
98 hs.add(new Integer(8));
99 assertTrue("Added element already contained by set", hs.size() == size);
100 hs.add(new Integer(-9));
102 hs.size() == size + 1);
103 assertTrue("Failed to add element to set", hs.contains(new Integer(-9)));
111 Set orgSet = (Set) hs.clone();
112 hs
[all...]
/external/chromium/chrome/browser/
H A Dfavicon_service.cc23 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
24 if (hs)
25 hs->GetFavicon(request, icon_url, icon_type);
39 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
40 if (hs)
41 hs->UpdateFaviconMappingAndFetch(request, page_url, icon_url, icon_type);
60 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
61 if (hs)
62 hs->GetFaviconForURL(request, page_url, icon_types);
70 HistoryService* hs local
77 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
86 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
[all...]
H A Dpossible_url_model.cc66 HistoryService* hs = local
68 if (hs) {
75 hs->QueryHistory(string16(), options, &consumer_,
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfiler.cpp46 v8::HandleScope hs; local
52 v8::HandleScope hs; local
94 v8::HandleScope hs; local
H A DWorkerContextExecutionProxy.cpp193 v8::HandleScope hs; local
/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.cc233 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
234 hs->QueryURL(url,
286 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); local
287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
320 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
321 hs->AddPage(url, history::SOURCE_EXTENSION);
338 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
339 hs->DeleteURL(url);
359 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); local
360 hs
376 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); local
[all...]
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc278 HistoryService* hs = p->GetHistoryService(Profile::IMPLICIT_ACCESS); local
279 if (hs)
280 hs->SetPageContents(url, contents);
/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.cc167 HistoryService* hs = local
169 hs->QueryHistory(search_text_,
192 HistoryService* hs = local
194 hs->QueryHistory(search_text_,
229 HistoryService* hs = local
231 hs->ExpireHistoryBetween(
H A Dhistory_ui.cc167 HistoryService* hs = local
169 hs->QueryHistory(search_text_,
192 HistoryService* hs = local
194 hs->QueryHistory(search_text_,
229 HistoryService* hs = local
231 hs->ExpireHistoryBetween(
/external/libvorbis/lib/
H A Dblock.c185 int hs; local
188 hs=ci->halfrate_flag;
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
687 int hs; local
693 hs=ci->halfrate_flag;
695 v->centerW=ci->blocksizes[1]>>(hs+1);
696 v->pcm_current=v->centerW>>hs;
724 int hs=ci->halfrate_flag; local
744 int n=ci->blocksizes[v->W]>>(hs
936 int hs=ci->halfrate_flag; local
1011 int hs=ci->halfrate_flag; local
[all...]
/external/aac/libSBRdec/src/
H A Dsbr_dec.cpp739 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); local
742 hs->sbrScaleFactor.ov_lb_scale = 0;
743 hs->sbrScaleFactor.ov_hb_scale = 0;
744 hs->sbrScaleFactor.hb_scale = 0;
750 err = createSbrEnvelopeCalc (&hs->SbrCalculateEnvelope,
765 &hs->AnalysiscQMF,
766 hs->anaQmfStates,
777 if (hs->pSynQmfStates == NULL) {
778 hs->pSynQmfStates = GetRam_sbr_QmfStatesSynthesis(chan);
779 if (hs
850 HANDLE_SBR_DEC hs = &hSbrChannel->SbrDec; local
[all...]
H A Dlpp_tran.cpp758 createLppTransposer (HANDLE_SBR_LPP_TRANS hs, /*!< Handle of low power transposer */ argument
774 hs->pSettings = pSettings;
791 hs->pSettings->nCols = nCols;
793 return resetLppTransposer (hs,
H A Dpsdec_hybrid.cpp107 InitHybridFilterBank ( HANDLE_HYBRID hs, /*!< Handle to HYBRID struct. */ argument
116 hs->pResolution[i] = pResolution[i];
121 hs->nQmfBands = noBands;
122 hs->frameSize = frameSize;
123 hs->qmfBufferMove = HYBRID_FILTER_LENGTH - 1;
125 hs->sf_mQmfBuffer = 0;
/external/libvpx/vp8/common/
H A Donyx.h73 static __inline void Scale2Ratio(int mode, int *hr, int *hs) argument
79 *hs = 1;
83 *hs = 5;
87 *hs = 5;
91 *hs = 2;
95 *hs = 1;
/external/stlport/stlport/stl/
H A D_hash_set.h352 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } argument
H A D_unordered_set.h267 void swap(_Self& hs) { _M_ht.swap(hs._M_ht); } argument
/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c700 int hs = si->HScale; local
718 switch (hr * 30 / hs)
889 int hs = scale_vars->HScale; local
896 int sw = (scale_vars->expanded_frame_width * hr + hs - 1) / hs;
904 ew = (sw + 2) / 3 * 3 * hs / hr;
906 ew = (sw + 7) / 8 * 8 * hs / hr;

Completed in 8708 milliseconds

12