Home
last modified time | relevance | path

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

/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/
H A Dpublickey.rs20 pub(crate) enum KeyAgreementKind { enum
98 fn pkey_kind(pkey: &PKeyRef<Public>) -> Option<KeyAgreementKind> { in pkey_kind()