Home
last modified time | relevance | path

Searched refs:new_caveat (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c50 UwMacaroonCaveat* new_caveat) { in create_caveat_no_value_() argument
54 if (buffer == NULL || buffer_size == 0 || new_caveat == NULL || in create_caveat_no_value_()
66 new_caveat->bytes = buffer; in create_caveat_no_value_()
67 new_caveat->num_bytes = total_str_len; in create_caveat_no_value_()
75 UwMacaroonCaveat* new_caveat) { in create_caveat_uint_value_() argument
76 if (buffer == NULL || buffer_size == 0 || new_caveat == NULL || in create_caveat_uint_value_()
94 new_caveat->bytes = buffer; in create_caveat_uint_value_()
95 new_caveat->num_bytes = total_str_len; in create_caveat_uint_value_()
104 UwMacaroonCaveat* new_caveat) { in create_caveat_bstr_value_() argument
106 new_caveat == NULL || in create_caveat_bstr_value_()
[all …]
Dmacaroon_caveat.h55 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);
93 UwMacaroonCaveat* new_caveat);
[all …]