Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon.c290 const UwMacaroonCaveat** caveat_pointers = (const UwMacaroonCaveat**)buffer; in uw_macaroon_deserialize_() local
294 caveat_pointers[i] = &(caveat_structs[i]); in uw_macaroon_deserialize_()
308 macaroon->caveats = caveat_pointers; in uw_macaroon_deserialize_()