Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/requests/src/
Dpub_key.rs34 let computed_tag = hmac_sha256(hmac_key, data)?; in verify_tag() localVariable
35 if tag == computed_tag { in verify_tag()