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

  /external/libweave/third_party/libuweave/src/
macaroon_encoding.h 30 bool uw_macaroon_encoding_encode_uint_(const uint32_t unsigned_int,
macaroon_caveat.c 60 if (!uw_macaroon_encoding_encode_uint_((uint32_t)type, buffer, buffer_size,
82 if (!uw_macaroon_encoding_encode_uint_((uint32_t)type, buffer, buffer_size,
87 if (!uw_macaroon_encoding_encode_uint_(unsigned_int, buffer + total_str_len,
112 if (!uw_macaroon_encoding_encode_uint_((uint32_t)type, buffer, buffer_size,
macaroon_encoding.c 84 bool uw_macaroon_encoding_encode_uint_(const uint32_t unsigned_int, function

Completed in 254 milliseconds