Home
last modified time | relevance | path

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

/hardware/interfaces/security/authgraph/aidl/vts/functional/
Dlib.rs24 PlainPubKey::PlainPubKey, PubKey::PubKey, SessionIdSignature::SessionIdSignature,
43 fn build_plain_pub_key(pub_key: &Option<Vec<u8>>) -> PubKey { in build_plain_pub_key() argument
44 PubKey::PlainKey(PlainPubKey { in build_plain_pub_key()
49 fn extract_plain_pub_key(pub_key: &Option<PubKey>) -> &PlainPubKey { in extract_plain_pub_key()
51 Some(PubKey::PlainKey(pub_key)) => pub_key, in extract_plain_pub_key()
52 Some(PubKey::SignedKey(_)) => panic!("expect unsigned public key"), in extract_plain_pub_key()
Dsource.rs80 &PubKey::PlainKey(PlainPubKey {
165 &PubKey::PlainKey(PlainPubKey { in test_corrupt_sig()
241 &PubKey::PlainKey(PlainPubKey { in test_corrupt_key()
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl23 import android.hardware.security.authgraph.PubKey;
125 in PubKey peerPubKey, in Identity peerId, in byte[] peerNonce, in int peerVersion); in init()
195 SessionInfo finish(in PubKey peerPubKey, in Identity peerId, in finish()
DKey.aidl20 import android.hardware.security.authgraph.PubKey;
32 @nullable PubKey pubKey;
DPubKey.aidl27 union PubKey {
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl39 …urity.authgraph.KeInitResult init(in android.hardware.security.authgraph.PubKey peerPubKey, in and… in init()
40 …rity.authgraph.SessionInfo finish(in android.hardware.security.authgraph.PubKey peerPubKey, in and… in finish()
DPubKey.aidl36 union PubKey {
DKey.aidl37 @nullable android.hardware.security.authgraph.PubKey pubKey;
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/
DIAuthGraphKeyExchange.aidl39 …urity.authgraph.KeInitResult init(in android.hardware.security.authgraph.PubKey peerPubKey, in and… in init()
40 …rity.authgraph.SessionInfo finish(in android.hardware.security.authgraph.PubKey peerPubKey, in and… in finish()
DPubKey.aidl36 union PubKey {
DKey.aidl37 @nullable android.hardware.security.authgraph.PubKey pubKey;