Searched refs:caveat (Results 1 - 9 of 9) sorted by relevance

/external/libweave/third_party/libuweave/src/
H A 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,
H A Dmacaroon_caveat.c300 bool uw_macaroon_caveat_get_type_(const UwMacaroonCaveat* caveat, argument
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
318 uw_macaroon_caveat_sign_(const uint8_t* key, size_t key_len, const UwMacaroonContext* context, const UwMacaroonCaveat* caveat, uint8_t* mac_tag, size_t mac_tag_size) argument
401 update_delegatee_list(UwMacaroonCaveatType caveat_type, const UwMacaroonCaveat* caveat, uint32_t issued_time, UwMacaroonValidationResult* result) argument
447 uw_macaroon_caveat_validate_(const UwMacaroonCaveat* caveat, const UwMacaroonContext* context, UwMacaroonValidationState* state, UwMacaroonValidationResult* result) argument
533 uw_macaroon_caveat_get_value_uint_(const UwMacaroonCaveat* caveat, uint32_t* unsigned_int) argument
561 uw_macaroon_caveat_get_value_bstr_(const UwMacaroonCaveat* caveat, const uint8_t** str, size_t* str_len) argument
[all...]
H A Dmacaroon_caveat.h46 /** Compute the buffer sizes that are enough for 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/
H A DteglConfigList.cpp113 std::string caveat = de::toString(eglu::getConfigCaveatStr(val)); local
114 info.configCaveat = caveat.c_str();
H A DteglChooseConfigReference.cpp92 static int getCaveatRank (EGLenum caveat) argument
94 switch (caveat)
100 TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).toString()).c_str());
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp485 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/
H A Dauth_manager.cc198 for (auto caveat : caveats) {
200 CHECK(uw_macaroon_extend_(&prev_macaroon, &new_macaroon, &context, caveat,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c679 GLint caveat = DONT_CARE; local
842 caveat = *parselist++; /* ignored for now */
936 (void) caveat;
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c911 GLint caveat = DONT_CARE; local
1072 caveat = *parselist++; /* ignored for now */
1169 (void) caveat;

Completed in 296 milliseconds