Home
last modified time | relevance | path

Searched refs:caveat (Results 1 – 25 of 27) sorted by relevance

12

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c300 bool uw_macaroon_caveat_get_type_(const UwMacaroonCaveat* caveat, in uw_macaroon_caveat_get_type_() argument
302 if (caveat == NULL || type == NULL) { in uw_macaroon_caveat_get_type_()
307 if (!uw_macaroon_encoding_decode_uint_(caveat->bytes, caveat->num_bytes, in uw_macaroon_caveat_get_type_()
321 const UwMacaroonCaveat* caveat, in uw_macaroon_caveat_sign_() argument
324 if (key == NULL || key_len == 0 || context == NULL || caveat == NULL || in uw_macaroon_caveat_sign_()
330 if (!uw_macaroon_caveat_get_type_(caveat, &caveat_type) || in uw_macaroon_caveat_sign_()
343 (uint32_t)(caveat->num_bytes), bstr_cbor_prefix, in uw_macaroon_caveat_sign_()
350 {caveat->bytes, caveat->num_bytes}, in uw_macaroon_caveat_sign_()
365 (uint32_t)(context->ble_session_id_len + caveat->num_bytes), in uw_macaroon_caveat_sign_()
380 {caveat->bytes, caveat->num_bytes}, in uw_macaroon_caveat_sign_()
[all …]
Dmacaroon_caveat_internal.h18 const UwMacaroonCaveat* caveat,
29 bool uw_macaroon_caveat_validate_(const UwMacaroonCaveat* caveat,
34 bool uw_macaroon_caveat_get_value_uint_(const UwMacaroonCaveat* caveat,
36 bool uw_macaroon_caveat_get_value_bstr_(const UwMacaroonCaveat* caveat,
Dmacaroon_caveat.h119 bool uw_macaroon_caveat_get_type_(const UwMacaroonCaveat* caveat,
/external/llvm/test/Feature/OperandBundles/
Ddse.ll32 ; Since the deopt operand bundle does not escape %m (see caveat below), it is
46 ; Since the deopt operand bundle does not escape %m (see caveat below), @f
/external/deqp/modules/egl/
DteglConfigList.cpp113 std::string caveat = de::toString(eglu::getConfigCaveatStr(val)); in iterate() local
114 info.configCaveat = caveat.c_str(); in iterate()
DteglChooseConfigReference.cpp92 static int getCaveatRank (EGLenum caveat) in getCaveatRank() argument
94 switch (caveat) in getCaveatRank()
100 …TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).to… in getCaveatRank()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp485 int caveat = visual.getAttrib(GLX_CONFIG_CAVEAT); in configRank() local
495 rank.add(1, (caveat != GLX_NON_CONFORMANT_CONFIG)); in configRank()
516 rank.add(1, (caveat != GLX_SLOW_CONFIG)); in configRank()
/external/libweave/src/privet/
Dauth_manager.cc198 for (auto caveat : caveats) { in ExtendMacaroonToken() local
200 CHECK(uw_macaroon_extend_(&prev_macaroon, &new_macaroon, &context, caveat, in ExtendMacaroonToken()
/external/iptables/extensions/
Dlibxt_time.man58 The caveat with the kernel timezone is that Linux distributions may ignore to
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DREADME.md108 \*\* see inline style caveat below.
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c679 GLint caveat = DONT_CARE; in choose_visual() local
842 caveat = *parselist++; /* ignored for now */ in choose_visual()
936 (void) caveat; in choose_visual()
/external/clang/docs/analyzer/
Dnullability.rst78 …lifiers would be needed to be tracked for each symbol. This is not a big caveat, since once the to…
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c911 GLint caveat = DONT_CARE; in choose_visual() local
1072 caveat = *parselist++; /* ignored for now */ in choose_visual()
1169 (void) caveat; in choose_visual()
/external/gptfdisk/
DREADME.Windows15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does
DNEWS267 header size to 512 rather than the more common 92. A caveat: If the
992 use "raw" disklabels, with the caveat that the first partition will
/external/jemalloc/
DINSTALL266 jemalloc does follow the C standard by default (caveat: jemalloc
/external/clang/docs/
DDriverInternals.rst373 The one caveat is that this approach requires ``-Xarch_`` not be used
DObjectiveCLiterals.rst493 This caveat applies to compile-time string literals as well.
DModules.rst139 While building a module, ``#include_next`` is also supported, with one caveat.
DAutomaticReferenceCounting.rst1514 Hence the caveat.
/external/curl/docs/
DINSTALL465 and libcurl might yet need some additional adjustment, caveat emptor.
/external/srtp/doc/
Drfc3711.txt763 On the receiver side, there is a caveat to updating s_l and ROC: if
1892 SRTCP has its own (31-bit) index (see caveat below).
/external/bison/
DNEWS1159 manual for a caveat concerning the treatment of literal strings.
/external/fio/
DHOWTO1634 caveat that when used on the command line, they must come after the ioengine
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst2189 One last caveat: if you create a ``CData`` object, the text inside

12