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

/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/qemu/
H A Di386-dis.c433 #define EM { OP_EM, v_mode } macro
1038 { "", { MX, EM, OPSUF } }, /* See OP_3DNowSuffix. */
1133 { "packsswb", { MX, EM } },
1134 { "pcmpgtb", { MX, EM } },
1135 { "pcmpgtw", { MX, EM } },
1136 { "pcmpgtd", { MX, EM } },
1137 { "packuswb", { MX, EM } },
1139 { "punpckhbw", { MX, EM } },
1140 { "punpckhwd", { MX, EM } },
1141 { "punpckhdq", { MX, EM } },
[all...]

Completed in 77 milliseconds