HomeSort by relevance Sort by last modified time
    Searched refs:caveat (Results 1 - 10 of 10) sorted by null

  /external/libweave/third_party/libuweave/src/
macaroon_caveat_internal.h 18 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,
macaroon_caveat.c 300 bool uw_macaroon_caveat_get_type_(const UwMacaroonCaveat* caveat,
302 if (caveat == NULL || type == NULL) {
307 if (!uw_macaroon_encoding_decode_uint_(caveat->bytes, caveat->num_bytes,
321 const UwMacaroonCaveat* caveat,
324 if (key == NULL || key_len == 0 || context == NULL || caveat == NULL ||
330 if (!uw_macaroon_caveat_get_type_(caveat, &caveat_type) ||
335 // Need to encode the whole caveat as a byte string and then sign it
343 (uint32_t)(caveat->num_bytes), bstr_cbor_prefix,
350 {caveat->bytes, caveat->num_bytes}
    [all...]
macaroon_caveat.h 46 /** Compute the buffer sizes that are enough for caveat creation functions. */
50 // Caveat creation functions
118 /** Get the type for the given caveat. */
119 bool uw_macaroon_caveat_get_type_(const UwMacaroonCaveat* caveat,
  /external/deqp/modules/egl/
teglConfigList.cpp 113 std::string caveat = de::toString(eglu::getConfigCaveatStr(val)); local
114 info.configCaveat = caveat.c_str();
teglChooseConfigReference.cpp 92 static int getCaveatRank (EGLenum caveat)
94 switch (caveat)
100 TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).toString()).c_str());
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 394 EGLint caveat; local
395 if (eglGetConfigAttrib(display, *config, EGL_CONFIG_CAVEAT, &caveat))
396 ALOGW_IF(caveat == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!");
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 485 int caveat = visual.getAttrib(GLX_CONFIG_CAVEAT); local
495 rank.add(1, (caveat != GLX_NON_CONFORMANT_CONFIG));
516 rank.add(1, (caveat != GLX_SLOW_CONFIG));
  /external/libweave/src/privet/
auth_manager.cc 49 class Caveat {
51 Caveat(UwMacaroonCaveatType type, size_t str_len)
61 DISALLOW_COPY_AND_ASSIGN(Caveat);
64 class ScopeCaveat : public Caveat {
67 : Caveat(kUwMacaroonCaveatTypeScope, 0) {
75 class TimestampCaveat : public Caveat {
78 : Caveat(kUwMacaroonCaveatTypeDelegationTimestamp, 0) {
86 class ExpirationCaveat : public Caveat {
89 : Caveat(kUwMacaroonCaveatTypeExpirationAbsolute, 0) {
97 class UserIdCaveat : public Caveat {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 679 GLint caveat = DONT_CARE; local
842 caveat = *parselist++; /* ignored for now */
936 (void) caveat;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 911 GLint caveat = DONT_CARE; local
1072 caveat = *parselist++; /* ignored for now */
    [all...]

Completed in 2197 milliseconds