Searched refs:UwMacaroonCaveat (Results 1 – 6 of 6) sorted by relevance
/external/libweave/third_party/libuweave/src/ |
D | macaroon_caveat.h | 15 } UwMacaroonCaveat; typedef 55 UwMacaroonCaveat* new_caveat); 59 UwMacaroonCaveat* new_caveat); 64 UwMacaroonCaveat* new_caveat); 67 UwMacaroonCaveat* new_caveat); 70 UwMacaroonCaveat* new_caveat); 75 UwMacaroonCaveat* new_caveat); 80 UwMacaroonCaveat* new_caveat); 85 UwMacaroonCaveat* new_caveat); 90 UwMacaroonCaveat* new_caveat); [all …]
|
D | macaroon_caveat.c | 50 UwMacaroonCaveat* new_caveat) { in create_caveat_no_value_() 75 UwMacaroonCaveat* new_caveat) { in create_caveat_uint_value_() 104 UwMacaroonCaveat* new_caveat) { in create_caveat_bstr_value_() 164 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_nonce_() 172 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_scope_() 185 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_expiration_absolute_() 193 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_ttl_1_hour_() 200 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_ttl_24_hour_() 209 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_delegation_timestamp_() 218 UwMacaroonCaveat* new_caveat) { in uw_macaroon_caveat_create_delegatee_user_() [all …]
|
D | macaroon.c | 17 const UwMacaroonCaveat* const caveats[], in create_mac_tag_() 54 const UwMacaroonCaveat* const caveats[], in verify_mac_tag_() 75 const UwMacaroonCaveat* const caveats[], in uw_macaroon_create_from_root_key_() 96 const UwMacaroonCaveat* additional_caveat, in uw_macaroon_extend_() 107 if ((new_macaroon->num_caveats) * sizeof(UwMacaroonCaveat*) > buffer_size) { in uw_macaroon_extend_() 111 const UwMacaroonCaveat** extended_list = (const UwMacaroonCaveat**)buffer; in uw_macaroon_extend_() 117 new_macaroon->caveats = (const UwMacaroonCaveat* const*)extended_list; in uw_macaroon_extend_() 279 (array_len * (sizeof(UwMacaroonCaveat) + sizeof(UwMacaroonCaveat*)))) { in uw_macaroon_deserialize_() 290 const UwMacaroonCaveat** caveat_pointers = (const UwMacaroonCaveat**)buffer; in uw_macaroon_deserialize_() 291 buffer += array_len * sizeof(UwMacaroonCaveat*); in uw_macaroon_deserialize_() [all …]
|
D | 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,
|
D | macaroon.h | 24 const UwMacaroonCaveat* const* caveats; 58 const UwMacaroonCaveat* const caveats[], 65 const UwMacaroonCaveat* additional_caveat,
|
/external/libweave/src/privet/ |
D | auth_manager.cc | 55 const UwMacaroonCaveat& GetCaveat() const { return caveat_; } in GetCaveat() 58 UwMacaroonCaveat caveat_{}; 167 const std::vector<const UwMacaroonCaveat*>& caveats) { in CreateMacaroonToken() 190 const std::vector<const UwMacaroonCaveat*>& caveats) { in ExtendMacaroonToken() 563 std::vector<const UwMacaroonCaveat*> caveats{ in DelegateToUser()
|