Searched defs:DB (Results 1 - 22 of 22) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_oaep_decode.c39 unsigned char *DB, *seed, *mask; local
63 /* allocate ram for DB/mask/salt of size modulus_len */
64 DB = XMALLOC(modulus_len);
67 if (DB == NULL || mask == NULL || seed == NULL) {
68 if (DB != NULL) {
69 XFREE(DB);
99 /* now read the masked DB */
100 XMEMCPY(DB, msg + x, modulus_len - hLen - 1);
104 if ((err = pkcs_1_mgf1(hash_idx, DB, modulus_len - hLen - 1, mask, hLen)) != CRYPT_OK) {
118 /* xor against DB */
[all...]
H A Dpkcs_1_oaep_encode.c40 unsigned char *DB, *seed, *mask; local
66 /* allocate ram for DB/mask/salt of size modulus_len */
67 DB = XMALLOC(modulus_len);
70 if (DB == NULL || mask == NULL || seed == NULL) {
71 if (DB != NULL) {
72 XFREE(DB);
84 /* DB == lhash || PS || 0x01 || M, PS == k - mlen - 2hlen - 2 zeroes */
87 if ((err = hash_memory(hash_idx, lparam, lparamlen, DB, &x)) != CRYPT_OK) {
91 /* can't pass hash_memory a NULL so use DB with zero length */
92 if ((err = hash_memory(hash_idx, DB,
[all...]
H A Dpkcs_1_pss_decode.c37 unsigned char *DB, *mask, *salt, *hash; local
62 /* allocate ram for DB/mask/salt/hash of size modulus_len */
63 DB = XMALLOC(modulus_len);
67 if (DB == NULL || mask == NULL || salt == NULL || hash == NULL) {
68 if (DB != NULL) {
69 XFREE(DB);
89 /* copy out the DB */
91 XMEMCPY(DB, sig + x, modulus_len - hLen - 1);
109 /* xor against DB */
111 DB[
[all...]
H A Dpkcs_1_pss_encode.c39 unsigned char *DB, *mask, *salt, *hash; local
64 /* allocate ram for DB/mask/salt/hash of size modulus_len */
65 DB = XMALLOC(modulus_len);
69 if (DB == NULL || mask == NULL || salt == NULL || hash == NULL) {
70 if (DB != NULL) {
71 XFREE(DB);
98 zeromem(DB, 8);
99 if ((err = hash_descriptor[hash_idx].process(&md, DB, 8)) != CRYPT_OK) {
112 /* generate DB = PS || 0x01 || salt, PS == modulus_len - saltlen - hLen - 2 zero bytes */
114 XMEMSET(DB
[all...]
/external/clang/lib/AST/
H A DTemplateName.cpp159 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB, argument
168 return DB << NameStr;
H A DTemplateBase.cpp484 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB, argument
490 return DB << "(null template argument)";
493 return DB << Arg.getAsType();
497 return DB << D;
498 return DB << "nullptr";
501 return DB << Arg.getAsIntegral()->toString(10);
504 return DB << Arg.getAsTemplate();
507 return DB << Arg.getAsTemplateOrTemplatePattern() << "...";
519 return DB << OS.str();
530 return DB << O
[all...]
H A DDeclCXX.cpp2021 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB, argument
2023 return DB << getAccessName(AS);
2026 const PartialDiagnostic &clang::operator<<(const PartialDiagnostic &DB, argument
2028 return DB << getAccessName(AS);
/external/openssl/crypto/rsa/
H A Drsa_pss.c87 unsigned char *DB = NULL; local
136 DB = OPENSSL_malloc(maskedDBLen);
137 if (!DB)
142 if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0)
145 DB[i] ^= EM[i];
147 DB[0] &= 0xFF >> (8 - MSBits);
148 for (i = 0; DB[i] == 0 && i < (maskedDBLen-1); i++) ;
149 if (DB[i++] != 0x1)
165 if (!EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i))
179 if (DB)
[all...]
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h472 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, argument
474 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
476 return DB;
H A DCanonicalType.h205 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, argument
207 DB << static_cast<QualType>(T);
208 return DB;
H A DDeclarationName.h530 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, argument
532 DB.AddTaggedVal(N.getAsOpaqueInteger(),
534 return DB;
H A DType.h4947 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, argument
4949 DB.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
4951 return DB;
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h263 void Emit(const DiagnosticBuilder &DB) const {
271 DB.AddString(DiagStorage->DiagArgumentsStr[i]);
273 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
279 DB.AddSourceRange(DiagStorage->DiagRanges[i]);
283 DB.AddFixItHint(DiagStorage->FixItHints[i]);
341 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, argument
343 PD.Emit(DB);
344 return DB;
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp191 DiagnosticBuilder DB local
202 DB << SourceRange(Locations[I]);
H A DSemaDeclCXX.cpp10325 SemaDiagnosticBuilder DB local
10328 DB << SS.getScopeRep();
10330 DB << FixItHint::CreateRemoval(SS.getRange());
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp44 MAP(DB, 51) \
76 D8 = 3, D9 = 4, DA = 5, DB = 6, enumerator in enum:X86Local::__anon8001
947 case X86Local::DB:
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp47 EX->AL from DB to IB
48 SY->AL from DB to IB
49 SY->PO from DB to IB
50 SY->PR from DB to IB
51 SY->OP from DB to IB
52 AL->PR from DB to IB
53 AL->PO from DB to IB
54 PR->PR from DB to IB
55 PO->PO from DB to IB
56 PR->PO from DB t
76 #define DB macro
112 #undef DB macro
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h286 DA = 5 << Op0Shift, DB = 6 << Op0Shift, enumerator in enum:llvm::X86II::__anon7687
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp936 DIBuilder *DB)
937 : LoadAndStorePromoter(Insts, S), AI(0), DIB(DB) {}
935 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, DIBuilder *DB) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/clang/include/clang/Sema/
H A DSema.h804 SemaDiagnosticBuilder(DiagnosticBuilder &DB, Sema &SemaRef, unsigned DiagID) argument
805 : DiagnosticBuilder(DB), SemaRef(SemaRef), DiagID(DiagID) { }
830 DiagnosticBuilder DB = Diags.Report(Loc, DiagID); local
831 return SemaDiagnosticBuilder(DB, *this, DiagID);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5647 void SelectionDAG::AddDbgValue(SDDbgValue *DB, SDNode *SD, bool isParameter) { argument
5648 DbgInfo->add(DB, SD, isParameter);

Completed in 638 milliseconds