Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dcrypto_hmac.h22 bool uw_crypto_hmac_(const uint8_t* key,
Dcrypto_hmac.c14 bool uw_crypto_hmac_(const uint8_t* key, in uw_crypto_hmac_() function
Dmacaroon_caveat.c353 return uw_crypto_hmac_(key, key_len, messages, in uw_macaroon_caveat_sign_()
385 return uw_crypto_hmac_(key, key_len, messages, in uw_macaroon_caveat_sign_()
/external/libweave/src/privet/
Dopenssl_utils.cc22 CHECK(uw_crypto_hmac_(key.data(), key.size(), messages, arraysize(messages), in HmacSha256()