Home
last modified time | relevance | path

Searched refs:caveats (Results 1 – 19 of 19) sorted by relevance

/external/libweave/third_party/libuweave/src/
Dmacaroon.c17 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 …]
Dmacaroon.h24 const UwMacaroonCaveat* const* caveats; member
58 const UwMacaroonCaveat* const caveats[],
/external/libweave/src/privet/
Dauth_manager.cc167 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/
Dm_syswrap.txt6 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.
Dxml-output.txt47 caveats.
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp384 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/
D2001-05-19-ExceptionResponse.txt39 the caveats that you mention. Also, it does not slow down the normal case
/external/libxml2/win32/
DReadme.txt27 2.2.3 Other caveats
216 2.2.3 Other caveats
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi83 and it has some caveats. I attempted to be Windows 2000 compatible.
/external/skia/site/dev/design/
Dpdftheory.md294 transformed. However, there are a few caveats that affect the design
/external/libusb/
DChangeLog188 Update documentation about early completion caveats
/external/curl/docs/
DINSTALL251 MSVC 6 caveats
/external/clang/include/clang/Basic/
DAttrDocs.td430 caveats to this use of name mangling:
/external/bison/
DNEWS574 details including a few caveats.
DChangeLog-2012470 LAC has caveats. Don't be so adamant that IELR+LAC=canonical LR.
/external/bison/doc/
Dbison.texi1153 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:
Dbison.info1742 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/
Drfc3711.txt1153 caveats in Section 9.1.
/external/dbus/
DChangeLog.pre-1-02679 The same caveats apply as to normal multiple inheritance -