Searched defs:em (Results 1 - 19 of 19) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_pk1.c187 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
188 unsigned char *em = NULL; local
204 em = OPENSSL_malloc(num);
205 if (em == NULL)
210 memset(em, 0, num);
219 memcpy(em + num - flen, from, flen);
221 good = constant_time_is_zero(em[0]);
222 good &= constant_time_eq(em[1], 2);
227 unsigned int equals0 = constant_time_is_zero(em[i]);
233 * PS must be at least 8 bytes long, and it starts two bytes into |em|
[all...]
H A Drsa_oaep.c102 /* |em| is the encoded message, zero-padded to exactly |num| bytes:
103 * em = Y || maskedSeed || maskedDB */
104 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
123 em = OPENSSL_malloc(num);
124 if (db == NULL || em == NULL)
138 memset(em, 0, num);
139 memcpy(em + num - flen, from, flen);
146 good = constant_time_is_zero(em[0]);
148 maskedseed = em + 1;
149 maskeddb = em
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Drsawrapr.c74 const unsigned char *em, unsigned int emLen,
90 (em[emLen - 1] != 0xbc) ||
91 ((em[0] & 0x80) != 0)) {
102 /* &em[dbMaskLen] points to H, used as mgfSeed */
103 MGF1(maskHashAlg, db, dbMaskLen, &em[dbMaskLen], hash->length);
107 db[i] ^= em[i];
151 if (PORT_Memcmp(H_, &em[dbMaskLen], hash->length) != 0) {
73 emsa_pss_verify(const unsigned char *mHash, const unsigned char *em, unsigned int emLen, HASH_HashType hashAlg, HASH_HashType maskHashAlg, unsigned int sLen) argument
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c353 ExifEntry *em = exif_data_get_entry (ed, EXIF_TAG_MAKE); local
354 if (!em)
356 return !strcmp (exif_entry_get_value (em, value, sizeof (value)), "Canon");
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c615 ExifEntry *em = exif_data_get_entry (ed, EXIF_TAG_MAKE); local
618 if (em) {
619 const char *v = exif_entry_get_value (em, value, sizeof(value));
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c76 int em; member in struct:__anon21215
311 || (emulation == NULL && machines[cnt].em == machine))
328 result->machine = machines[cnt].em;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp10 #define EM_ADJUST(em, a) (em == 0?(a): (a)*1000/em)
272 int em = FXFT_Get_Face_UnitsPerEM(m_Face); local
273 if (em == 0) {
279 bbox.left = FXFT_Get_Glyph_HoriBearingX(m_Face) * 1000 / em;
280 bbox.top = (FXFT_Get_Glyph_HoriBearingY(m_Face) - FXFT_Get_Glyph_Height(m_Face)) * 1000 / em;
281 bbox.right = (FXFT_Get_Glyph_HoriBearingX(m_Face) + FXFT_Get_Glyph_Width(m_Face)) * 1000 / em;
282 bbox.bottom = (FXFT_Get_Glyph_HoriBearingY(m_Face)) * 1000 / em;
362 int em local
[all...]
H A Dfx_ge_text.cpp1538 int em = FXFT_Get_Face_UnitsPerEM(pFont->m_Face); local
1543 x_pos += (FX_FLOAT)w / em;
/external/svox/pico/lib/
H A Dpicoos.h125 picoos_ExceptionManager em; member in struct:picoos_common
208 * shortcut : em
/external/valgrind/main/callgrind/
H A Devents.c478 EventMapping* em; local
482 em = (EventMapping*) CLG_MALLOC("cl.events.geMapping.1",
486 em->capacity = es->size;
487 em->size = 0;
488 em->es = es;
490 return em;
493 void CLG_(append_event)(EventMapping* em, const HChar* n) argument
499 CLG_ASSERT(em != 0);
501 if ((em->es->mask & mask)==0) continue;
509 CLG_ASSERT(em
521 sprint_eventmapping(HChar* buf, EventMapping* em) argument
540 sprint_mappingcost(HChar* buf, EventMapping* em, ULong* c) argument
[all...]
H A Ddump.c1255 EventMapping* em, ULong* cost)
1260 p += CLG_(sprint_mappingcost)(outbuf + p, em, cost);
1254 fprint_cost_ln(int fd, const HChar* prefix, EventMapping* em, ULong* cost) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp417 // Determine the approximate size of the message bubble in em.
418 unsigned em; local
422 em = max_token / 2;
435 em = characters / 2;
438 if (em < max_line/2)
439 os << "; max-width:" << em << "em"; local
442 os << "; max-width:100em";
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js1108 "\031": "#\\em",
1151 "em": "\031",
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js1108 "\031": "#\\em",
1151 "em": "\031",
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js1108 "\031": "#\\em",
1151 "em": "\031",
/external/chromium_org/v8/benchmarks/
H A Dearley-boyer.js1114 "\031": "#\\em",
1157 "em": "\031",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 7308 milliseconds