Searched defs:EM (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_pss.c74 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, argument
191 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHas
73 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) argument
79 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) argument
194 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) argument
[all...]
/external/openssl/crypto/rsa/
H A Drsa_pss.c74 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, argument
191 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHas
73 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) argument
79 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) argument
194 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) argument
[all...]
/external/libgsm/src/
H A Drpe.c129 longword EM; /* xxx should be L_EM? */ local
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/guava/guava/src/com/google/common/base/
H A DAscii.java311 public static final byte EM = 25; field in class:Ascii
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2894 VectorParts EM = createEdgeMask(*it, BB); local
2896 BlockMask[part] = Builder.CreateOr(BlockMask[part], EM[part]);
/external/qemu/disas/
H A Di386.c433 #define EM { OP_EM, v_mode } macro
1045 { "", { MX, EM, OPSUF } }, /* See OP_3DNowSuffix. */
1140 { "packsswb", { MX, EM } },
1141 { "pcmpgtb", { MX, EM } },
1142 { "pcmpgtw", { MX, EM } },
1143 { "pcmpgtd", { MX, EM } },
1144 { "packuswb", { MX, EM } },
1146 { "punpckhbw", { MX, EM } },
1147 { "punpckhwd", { MX, EM } },
1148 { "punpckhdq", { MX, EM } },
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 383 milliseconds