Searched refs:uw_macaroon_encoding_encode_uint_ (Results 1 – 3 of 3) sorted by relevance
/external/libweave/third_party/libuweave/src/ |
D | macaroon_caveat.c | 60 if (!uw_macaroon_encoding_encode_uint_((uint32_t)type, buffer, buffer_size, in create_caveat_no_value_() 82 if (!uw_macaroon_encoding_encode_uint_((uint32_t)type, buffer, buffer_size, in create_caveat_uint_value_() 87 if (!uw_macaroon_encoding_encode_uint_(unsigned_int, buffer + total_str_len, in create_caveat_uint_value_() 112 if (!uw_macaroon_encoding_encode_uint_((uint32_t)type, buffer, buffer_size, in create_caveat_bstr_value_()
|
D | macaroon_encoding.h | 30 bool uw_macaroon_encoding_encode_uint_(const uint32_t unsigned_int,
|
D | macaroon_encoding.c | 84 bool uw_macaroon_encoding_encode_uint_(const uint32_t unsigned_int, in uw_macaroon_encoding_encode_uint_() function
|