HomeSort by relevance Sort by last modified time
    Searched refs:EM (Results 1 - 23 of 23) sorted by null

  /external/openssl/crypto/rsa/
rsa_pss.c 74 const EVP_MD *Hash, const unsigned char *EM, int sLen)
76 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
81 const unsigned char *EM, int sLen)
114 if (EM[0] & (0xFF << MSBits))
121 EM++;
129 if (EM[emLen - 1] != 0xbc)
135 H = EM + maskedDBLen;
145 DB[i] ^= EM[i];
187 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
191 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen)
    [all...]
rsa.h 411 const EVP_MD *Hash, const unsigned char *EM, int sLen);
412 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
418 const unsigned char *EM, int sLen);
420 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
  /external/libgsm/src/
rpe.c 129 longword EM; /* xxx should be L_EM? */
134 EM = 0;
151 * if (L_result > EM) {
153 * EM = L_result;
174 EM = L_result;
184 if (L_result > EM) {
186 EM = L_result;
197 if (L_result > EM) {
199 EM = L_result;
207 if (L_result > EM) {
    [all...]
  /external/qemu/
i386-dis.c 336 #define Em { OP_E, m_mode }
433 #define EM { OP_EM, v_mode }
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 311 public static final byte EM = 25;
  /external/v8/test/mjsunit/third_party/
string-trim.js 56 {s : '\u2001', t : 'EM QUAD'},
58 {s : '\u2003', t : 'EM SPACE'},
59 {s : '\u2004', t : 'THREE-PER-EM SPACE'},
60 {s : '\u2005', t : 'FOUR-PER-EM SPACE'},
61 {s : '\u2006', t : 'SIX-PER-EM SPACE'},
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement130.js 80 Retrieve the class attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
104 assertEquals("classNameLink","EM-class",vclassname);
HTMLElement14.js 80 Retrieve the id attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
104 assertEquals("idLink","Test-EM",vid);
HTMLElement43.js 80 Retrieve the title attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
104 assertEquals("titleLink","EM Element",vtitle);
HTMLElement101.js 80 Retrieve the dir attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
HTMLElement72.js 80 Retrieve the lang attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement130.js 80 Retrieve the class attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
104 assertEquals("classNameLink","EM-class",vclassname);
HTMLElement14.js 80 Retrieve the id attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
104 assertEquals("idLink","Test-EM",vid);
HTMLElement43.js 80 Retrieve the title attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
104 assertEquals("titleLink","EM Element",vtitle);
HTMLElement101.js 80 Retrieve the dir attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
HTMLElement72.js 80 Retrieve the lang attribute of the EM element and examine its value.
99 nodeList = doc.getElementsByTagName("em");
  /external/openssl/include/openssl/
rsa.h 411 const EVP_MD *Hash, const unsigned char *EM, int sLen);
412 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
418 const unsigned char *EM, int sLen);
420 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodegetfirstchild.js 83 should be "#text" or "EM".
119 assertEqualsAutoCase("element", "firstChild_wo_whitespace","em",childName);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodegetfirstchild.js 83 should be "#text" or "EM".
119 assertEqualsAutoCase("element", "firstChild_wo_whitespace","em",childName);
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 563 milliseconds