Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat_internal.h15 bool uw_macaroon_caveat_sign_(const uint8_t* key,
Dmacaroon.c33 if (!uw_macaroon_caveat_sign_(key, key_len, context, caveats[0], mac_tag_buff, in create_mac_tag_()
40 if (!uw_macaroon_caveat_sign_(mac_tag_buff, UW_MACAROON_MAC_LEN, context, in create_mac_tag_()
Dmacaroon_caveat.c318 bool uw_macaroon_caveat_sign_(const uint8_t* key, in uw_macaroon_caveat_sign_() function