Home
last modified time | relevance | path

Searched defs:HMAC_SHA256 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/src/
Dhmac.rs130 pub static HMAC_SHA256: Algorithm = Algorithm(&digest::SHA256); constant
/external/ukey2/src/main/proto/
Dsecuremessage.proto35 HMAC_SHA256 = 1; enumerator
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java54 HMAC_SHA256(SecureMessageProto.SigScheme.HMAC_SHA256, "HmacSHA256", false), enumConstant