Home
last modified time | relevance | path

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

/external/libweave/third_party/libuweave/src/
Dcrypto_hmac.h15 } UwCryptoHmacMsg; typedef
24 const UwCryptoHmacMsg messages[],
Dcrypto_hmac.c16 const UwCryptoHmacMsg messages[], in uw_crypto_hmac_()
Dmacaroon_caveat.c348 UwCryptoHmacMsg messages[] = { in uw_macaroon_caveat_sign_()
378 UwCryptoHmacMsg messages[] = { in uw_macaroon_caveat_sign_()
/external/libweave/src/privet/
Dopenssl_utils.cc21 const UwCryptoHmacMsg messages[] = {{data.data(), data.size()}}; in HmacSha256()