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

  /external/libweave/third_party/libuweave/src/
macaroon.c 17 const UwMacaroonCaveat* const caveats[],
20 if (key == NULL || key_len == 0 || context == NULL || caveats == NULL ||
33 if (!uw_macaroon_caveat_sign_(key, key_len, context, caveats[0], mac_tag_buff,
41 caveats[i], mac_tag_buff,
54 const UwMacaroonCaveat* const caveats[],
58 caveats == NULL || num_caveats == 0 || mac_tag == 0) {
63 if (!create_mac_tag_(root_key, root_key_len, context, caveats, num_caveats,
75 const UwMacaroonCaveat* const caveats[],
78 root_key_len == 0 || caveats == NULL || num_caveats == 0) {
82 if (!create_mac_tag_(root_key, root_key_len, context, caveats, num_caveats
    [all...]
macaroon.h 24 const UwMacaroonCaveat* const* caveats; member in struct:__anon18278
58 const UwMacaroonCaveat* const caveats[],
91 * the caller must maintain the input string around to make caveats with string
  /external/libweave/src/privet/
auth_manager.cc 167 const std::vector<const UwMacaroonCaveat*>& caveats) {
176 caveats.data(), caveats.size()));
190 const std::vector<const UwMacaroonCaveat*>& caveats) {
198 for (auto caveat : caveats) {
327 // Macaroons have no caveats for auth type. So we just append the type to the
563 std::vector<const UwMacaroonCaveat*> caveats{
569 caveats.push_back(&app.GetCaveat());
571 caveats.push_back(&session.GetCaveat());
573 return ExtendMacaroonToken(macaroon, now, caveats);
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 384 static const EGLint caveats[] = { EGL_SLOW_CONFIG, EGL_NON_CONFORMANT_CONFIG }; local
385 return rnd.choose<EGLint>(caveats, caveats+DE_LENGTH_OF_ARRAY(caveats));

Completed in 61 milliseconds