/external/libweave/third_party/libuweave/src/ |
D | macaroon.c | 17 const UwMacaroonCaveat* const caveats[], in create_mac_tag_() argument 20 if (key == NULL || key_len == 0 || context == NULL || caveats == NULL || in create_mac_tag_() 33 if (!uw_macaroon_caveat_sign_(key, key_len, context, caveats[0], mac_tag_buff, in create_mac_tag_() 41 caveats[i], mac_tag_buff, in create_mac_tag_() 54 const UwMacaroonCaveat* const caveats[], in verify_mac_tag_() argument 58 caveats == NULL || num_caveats == 0 || mac_tag == 0) { in verify_mac_tag_() 63 if (!create_mac_tag_(root_key, root_key_len, context, caveats, num_caveats, in verify_mac_tag_() 75 const UwMacaroonCaveat* const caveats[], in uw_macaroon_create_from_root_key_() argument 78 root_key_len == 0 || caveats == NULL || num_caveats == 0) { in uw_macaroon_create_from_root_key_() 82 if (!create_mac_tag_(root_key, root_key_len, context, caveats, num_caveats, in uw_macaroon_create_from_root_key_() [all …]
|
D | macaroon.h | 24 const UwMacaroonCaveat* const* caveats; member 58 const UwMacaroonCaveat* const caveats[],
|
/external/libweave/src/privet/ |
D | auth_manager.cc | 167 const std::vector<const UwMacaroonCaveat*>& caveats) { in CreateMacaroonToken() argument 176 caveats.data(), caveats.size())); in CreateMacaroonToken() 190 const std::vector<const UwMacaroonCaveat*>& caveats) { in ExtendMacaroonToken() argument 198 for (auto caveat : caveats) { in ExtendMacaroonToken() 563 std::vector<const UwMacaroonCaveat*> caveats{ in DelegateToUser() local 569 caveats.push_back(&app.GetCaveat()); in DelegateToUser() 571 caveats.push_back(&session.GetCaveat()); in DelegateToUser() 573 return ExtendMacaroonToken(macaroon, now, caveats); in DelegateToUser()
|
/external/valgrind/docs/internals/ |
D | m_syswrap.txt | 6 There are some important caveats regarding how to write the PRE and 9 caveats are described in comments at the top of syswrap-main.c.
|
D | xml-output.txt | 47 caveats.
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 384 static const EGLint caveats[] = { EGL_SLOW_CONFIG, EGL_NON_CONFORMANT_CONFIG }; in getConfigCaveat() local 385 return rnd.choose<EGLint>(caveats, caveats+DE_LENGTH_OF_ARRAY(caveats)); in getConfigCaveat()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 39 the caveats that you mention. Also, it does not slow down the normal case
|
/external/libxml2/win32/ |
D | Readme.txt | 27 2.2.3 Other caveats 216 2.2.3 Other caveats
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 83 and it has some caveats. I attempted to be Windows 2000 compatible.
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 294 transformed. However, there are a few caveats that affect the design
|
/external/libusb/ |
D | ChangeLog | 188 Update documentation about early completion caveats
|
/external/curl/docs/ |
D | INSTALL | 251 MSVC 6 caveats
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 430 caveats to this use of name mangling:
|
/external/bison/ |
D | NEWS | 574 details including a few caveats.
|
D | ChangeLog-2012 | 470 LAC has caveats. Don't be so adamant that IELR+LAC=canonical LR.
|
/external/bison/doc/ |
D | bison.texi | 1153 This raises caveats for several Bison features you might use in a semantic 7573 default reductions. For details and a few caveats of LAC, @pxref{LAC}. 7749 There are a few caveats to consider when using LAC: 7808 There are a few caveats to consider:
|
D | bison.info | 1742 time as the associated reduction. This raises caveats for several 7185 For details and a few caveats of LAC, *note LAC::. 7355 There are a few caveats to consider when using LAC: 7415 There are a few caveats to consider:
|
/external/srtp/doc/ |
D | rfc3711.txt | 1153 caveats in Section 9.1.
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 2679 The same caveats apply as to normal multiple inheritance -
|