Home
last modified time | relevance | path

Searched refs:HMAC_SHA256 (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/ring/tests/
Dhmac_tests.rs61 hmac::HMAC_SHA256 in hmac_tests()
126 let key = hmac::Key::new(hmac::HMAC_SHA256, &[0; 32]); in hmac_debug()
/external/ukey2/src/main/cpp/src/securegcm/
Dd2d_crypto_ops.cc66 builder.BuildSignCryptedMessage(secret_key, CryptoOps::HMAC_SHA256, in SigncryptPayload()
89 secure_message, secret_key, CryptoOps::HMAC_SHA256, secret_key, in VerifyDecryptPayload()
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
DSecureMessageSimpleTestVectorTest.java133 SigType.HMAC_SHA256, in testHmacAndAesSameKeys()
153 SigType.HMAC_SHA256, in testHmacAndAesDifferentKeys()
250 SigType.HMAC_SHA256, in testGenerateTestVectorsPseudoTest()
266 SigType.HMAC_SHA256, in testGenerateTestVectorsPseudoTest()
DSecureMessageTest.java320 .setSignatureScheme(SecureMessageProto.SigScheme.HMAC_SHA256); in modifyMessage()
367 doTestSignedOnly(SigType.HMAC_SHA256); in testHmacSignedOnly()
410 doSignCryptAndVerifyDecrypt(SigType.HMAC_SHA256); in testEncryptedAndMACed()
597 SigType.HMAC_SHA256); in testParseEmptyMessage()
708 if (sigType == SigType.HMAC_SHA256) { in getSigningKeyFor()
/external/rust/crates/ring/src/
Dhmac.rs130 pub static HMAC_SHA256: Algorithm = Algorithm(&digest::SHA256); constant
375 hmac::HMAC_SHA256, in hmac_signing_key_coverage()
Dpbkdf2.rs126 pub static PBKDF2_HMAC_SHA256: Algorithm = Algorithm(hmac::HMAC_SHA256);
Dhkdf.rs40 pub static HKDF_SHA256: Algorithm = Algorithm(hmac::HMAC_SHA256);
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DD2DCryptoOps.java120 SigType.HMAC_SHA256, in signcryptPayload()
167 SigType.HMAC_SHA256, in verifydecryptPayload()
DTransportCryptoOps.java131 SigType.HMAC_SHA256, in signcryptServerMessage()
169 SigType.HMAC_SHA256, in verifydecryptServerMessage()
DEnrollmentCryptoOps.java51 private static final SigType OUTER_SIG_TYPE = SigType.HMAC_SHA256;
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java54 HMAC_SHA256(SecureMessageProto.SigScheme.HMAC_SHA256, "HmacSHA256", false), enumConstant
/external/ukey2/src/main/proto/
Dsecuremessage.proto35 HMAC_SHA256 = 1; enumerator
/external/rust/crates/quiche/examples/
Dserver.rs109 ring::hmac::Key::generate(ring::hmac::HMAC_SHA256, &rng).unwrap(); in main()
Dhttp3-server.rs117 ring::hmac::Key::generate(ring::hmac::HMAC_SHA256, &rng).unwrap(); in main()
/external/ukey2/
DREADME.md321 `P256_SHA512` cipher and the `next_protocol` was set to "`AES_256_CBC-HMAC_SHA256"`, the total
/external/python/cryptography/vectors/cryptography_vectors/KDF/
Dnist-800-108-KBKDF-CTR.txt41634 [PRF=HMAC_SHA256]
42020 [PRF=HMAC_SHA256]
42406 [PRF=HMAC_SHA256]
42792 [PRF=HMAC_SHA256]
43178 [PRF=HMAC_SHA256]
43564 [PRF=HMAC_SHA256]
43950 [PRF=HMAC_SHA256]
44336 [PRF=HMAC_SHA256]
44722 [PRF=HMAC_SHA256]
45188 [PRF=HMAC_SHA256]
[all …]