Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Dhmac.rs130 pub static HMAC_SHA256: Algorithm = Algorithm(&digest::SHA256); variable
/external/ukey2/src/main/proto/
Dsecuremessage.proto35 HMAC_SHA256 = 1; enumerator
/external/curl/lib/
Dhttp_aws_sigv4.c47 #define HMAC_SHA256(k, kl, d, dl, o) \ macro
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java54 HMAC_SHA256(SecureMessageProto.SigScheme.HMAC_SHA256, "HmacSHA256", false), enumConstant