Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs31 P192([u8; P192r1::PUBLIC_KEY_SIZE]),
32 P256([u8; P256r1::PUBLIC_KEY_SIZE]),
38 P192r1::PUBLIC_KEY_SIZE => Some(Self::P192([0; P192r1::PUBLIC_KEY_SIZE])), in new()
39 P256r1::PUBLIC_KEY_SIZE => Some(Self::P256([0; P256r1::PUBLIC_KEY_SIZE])), in new()
93 P192([u8; P192r1::PUBLIC_KEY_SIZE]),
94 P256([u8; P256r1::PUBLIC_KEY_SIZE]),
198 const PUBLIC_KEY_SIZE: usize; constant
225 const PUBLIC_KEY_SIZE: usize = 48; constant
251 const PUBLIC_KEY_SIZE: usize = 64; constant
/packages/modules/Virtualization/libs/dice/open_dice/src/
Dops.rs21 Signature, HASH_SIZE, PRIVATE_KEY_SEED_SIZE, PRIVATE_KEY_SIZE, PUBLIC_KEY_SIZE, SIGNATURE_SIZE,
75 let mut public_key = [0u8; PUBLIC_KEY_SIZE];
Ddice.rs44 pub const PUBLIC_KEY_SIZE: usize = DICE_PUBLIC_KEY_SIZE as usize; constant
59 pub type PublicKey = [u8; PUBLIC_KEY_SIZE];