OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UwMacaroonCaveatType
(Results
1 - 3
of
3
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon_caveat.c
15
static bool is_valid_caveat_type_(
UwMacaroonCaveatType
type) {
47
static bool create_caveat_no_value_(
UwMacaroonCaveatType
type,
71
static bool create_caveat_uint_value_(
UwMacaroonCaveatType
type,
99
static bool create_caveat_bstr_value_(
UwMacaroonCaveatType
type,
129
size_t uw_macaroon_caveat_creation_get_buffsize_(
UwMacaroonCaveatType
type,
301
UwMacaroonCaveatType
* type) {
312
*type = (
UwMacaroonCaveatType
)unsigned_int;
329
UwMacaroonCaveatType
caveat_type;
401
static bool update_delegatee_list(
UwMacaroonCaveatType
caveat_type,
459
UwMacaroonCaveatType
caveat_type
[
all
...]
macaroon_caveat.h
34
}
UwMacaroonCaveatType
;
47
size_t uw_macaroon_caveat_creation_get_buffsize_(
UwMacaroonCaveatType
type,
120
UwMacaroonCaveatType
* type);
/external/libweave/src/privet/
auth_manager.cc
51
Caveat(
UwMacaroonCaveatType
type, size_t str_len)
Completed in 240 milliseconds