/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 32 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS() 35 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen); in RSA_verify_PKCS1_PSS() 40 const unsigned char *EM, int sLen) in RSA_verify_PKCS1_PSS_mgf1() 75 if (EM[0] & (0xFF << MSBits)) { in RSA_verify_PKCS1_PSS_mgf1() 80 EM++; in RSA_verify_PKCS1_PSS_mgf1() 93 if (EM[emLen - 1] != 0xbc) { in RSA_verify_PKCS1_PSS_mgf1() 98 H = EM + maskedDBLen; in RSA_verify_PKCS1_PSS_mgf1() 107 DB[i] ^= EM[i]; in RSA_verify_PKCS1_PSS_mgf1() 146 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS() argument 150 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHas in RSA_padding_add_PKCS1_PSS() 31 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) RSA_verify_PKCS1_PSS() argument 38 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) RSA_verify_PKCS1_PSS_mgf1() argument 153 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) RSA_padding_add_PKCS1_PSS_mgf1() argument [all...] |
/third_party/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 32 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS() 35 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen); in RSA_verify_PKCS1_PSS() 40 const unsigned char *EM, int sLen) in RSA_verify_PKCS1_PSS_mgf1() 75 if (EM[0] & (0xFF << MSBits)) { in RSA_verify_PKCS1_PSS_mgf1() 80 EM++; in RSA_verify_PKCS1_PSS_mgf1() 93 if (EM[emLen - 1] != 0xbc) { in RSA_verify_PKCS1_PSS_mgf1() 98 H = EM + maskedDBLen; in RSA_verify_PKCS1_PSS_mgf1() 107 DB[i] ^= EM[i]; in RSA_verify_PKCS1_PSS_mgf1() 146 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS() argument 150 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHas in RSA_padding_add_PKCS1_PSS() 31 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) RSA_verify_PKCS1_PSS() argument 38 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) RSA_verify_PKCS1_PSS_mgf1() argument 153 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) RSA_padding_add_PKCS1_PSS_mgf1() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | externModuleClobber.js | 2 declare module EM { 6 public getPosition() : EM.Position; 10 var x:EM.Position; 11 var ec:EM.EC = new EM.EC(); 18 var ec = new EM.EC();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 40 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() argument 54 EM.insert(std::make_pair(DstR, SrcR)); in interpretAsCopy() 63 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() argument 64 CopyMap.insert(std::make_pair(SA.Id, EM)); in recordCopy() 75 EqualityMap EM; in scanBlock() local 76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock() 77 recordCopy(SA, EM); in scanBlock() 143 EqualityMap &EM = FS->second; in run() local 146 auto FR = EM.find(DR); in run() 147 if (FR == EM in run() [all...] |
H A D | HexagonRDFOpt.cpp | 88 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override; 112 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() argument 113 auto mapRegs = [&EM] (RegisterRef DstR, RegisterRef SrcR) -> void { in interpretAsCopy() 114 EM.insert(std::make_pair(DstR, SrcR)); in interpretAsCopy() 146 return CopyPropagation::interpretAsCopy(MI, EM); in interpretAsCopy()
|
H A D | RDFCopy.h | 40 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM); 52 void recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM);
|
/third_party/libsnd/src/GSM610/ |
H A D | rpe.c | 120 int32_t EM ; /* xxx should be L_EM? */ in RPE_grid_selection() local 125 EM = 0 ; in RPE_grid_selection() 142 * if (L_result > EM) { in RPE_grid_selection() 144 * EM = L_result ; in RPE_grid_selection() 165 EM = L_result ; in RPE_grid_selection() 175 if (L_result > EM) in RPE_grid_selection() 177 EM = L_result ; in RPE_grid_selection() 188 if (L_result > EM) in RPE_grid_selection() 190 EM = L_result ; in RPE_grid_selection() 198 if (L_result > EM) in RPE_grid_selection() [all...] |
/third_party/curl/tests/ |
H A D | test1175.pl | 40 if($_ =~ /^.IP \"(CURL[EM]_[^ \t\"]*)/) { 56 if($_ =~ /^(CURL[EM]_[^ \t]*)[ \t]*([0-9.]+)[ \t]*(.*)/) {
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 425 const EVP_MD *Hash, const unsigned char *EM, 428 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, 435 const unsigned char *EM, int sLen); 438 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 425 const EVP_MD *Hash, const unsigned char *EM, 428 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, 435 const unsigned char *EM, int sLen); 438 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rsa.h | 377 const EVP_MD *Hash, const unsigned char *EM, 379 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, 385 const unsigned char *EM, int sLen); 387 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
|
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 68 case 25: return "<EM>"; in getEscapeEntity()
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 30 EM = 0x19 # ^Y variable 44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpXmlWriter.c | 88 case 25: repl = "<EM>"; break; in writeEscaped()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 1390 public static final MeasureUnit EM = MeasureUnit.internalGetInstance("graphics", "em"); field in MeasureUnit
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MeasureUnit.java | 803 public static final MeasureUnit EM = MeasureUnit.internalGetInstance("graphics", "em"); field in MeasureUnit
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 260 {"EM", "65"}, 1606 MeasureUnit.EM, in TestCompatible65() 1786 MeasureUnit.EM, in TestCompatible68() 1978 MeasureUnit.EM, in TestCompatible69() 2172 MeasureUnit.EM, in TestCompatible70() 2370 MeasureUnit.EM, in TestCompatible72()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 262 {"EM", "65"}, 1591 MeasureUnit.EM, in TestCompatible65()
|
/third_party/ffmpeg/ |
H A D | configure | 5085 elif check_arm_arch 7EM 7E_M; then echo armv7-m
|