Searched refs:PubKey (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | lib.rs | 24 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()
|
D | source.rs | 80 &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/ |
D | IAuthGraphKeyExchange.aidl | 23 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()
|
D | Key.aidl | 20 import android.hardware.security.authgraph.PubKey; 32 @nullable PubKey pubKey;
|
D | PubKey.aidl | 27 union PubKey {
|
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/ |
D | IAuthGraphKeyExchange.aidl | 39 …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()
|
D | PubKey.aidl | 36 union PubKey {
|
D | Key.aidl | 37 @nullable android.hardware.security.authgraph.PubKey pubKey;
|
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/ |
D | IAuthGraphKeyExchange.aidl | 39 …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()
|
D | PubKey.aidl | 36 union PubKey {
|
D | Key.aidl | 37 @nullable android.hardware.security.authgraph.PubKey pubKey;
|