Searched refs:P256 (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
D | ec.rs | 32 P256([u8; P256r1::PUBLIC_KEY_SIZE]), enumerator 39 P256r1::PUBLIC_KEY_SIZE => Some(Self::P256([0; P256r1::PUBLIC_KEY_SIZE])), in new() 48 Some(PublicKey::P256(inner)) in from_bytes() 57 PublicKey::P256(inner) => inner, in as_slice() 68 PublicKey::P256(inner) => inner, in as_mut_slice() 88 P256([u8; P256r1::PRIVATE_KEY_SIZE]), enumerator 94 P256([u8; P256r1::PUBLIC_KEY_SIZE]), enumerator 102 Some(DhKey::P256(inner)) in from_bytes() 140 Self::P256(inner) in generate_p256() 146 PrivateKey::P256(inner) => inner, in as_slice() [all …]
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | secure_simple_pairing.rs | 83 (DhKey::P256(_), OutOfBand | PasskeyEntry | NumericComparisonUserConfirm) => { in link_key_type() 89 (DhKey::P256(_), NumericComparisonJustWork) => UnauthenticatedP256, in link_key_type() 681 PublicKey::P256(_) => PrivateKey::generate_p256(), in respond()
|