Home
last modified time | relevance | path

Searched refs:Public (Results 1 – 7 of 7) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/
Dpublickey.rs6 use openssl::pkey::{HasParams, Id, PKey, PKeyRef, Public};
35 struct PKeyPublicWrapper(PKey<Public>);
56 pub(crate) fn pkey(&self) -> &PKeyRef<Public> { in pkey() argument
89 pub(crate) fn pkey(&self) -> &PKeyRef<Public> { in pkey() argument
98 fn pkey_kind(pkey: &PKeyRef<Public>) -> Option<KeyAgreementKind> { in pkey_kind()
139 impl TryFrom<PKey<Public>> for PublicKey {
142 fn try_from(pkey: PKey<Public>) -> Result<Self, Self::Error> { in try_from()
148 impl TryFrom<PKey<Public>> for KeyAgreementPublicKey {
151 fn try_from(pkey: PKey<Public>) -> Result<Self, Self::Error> { in try_from()
251 pub fn load_public_pkey(pem: &str) -> PKey<Public> { in load_public_pkey() argument
[all …]
Deek.rs16 pkey::{HasPublic, Id, PKey, PKeyRef, Private, Public},
54 public: &PKeyRef<Public>, in derive_ephemeral_symmetric_key() argument
/tools/external/fat32lib/
DNOTICE11 as the successor of the GNU Library Public License, version 2, hence
15 …e away your freedom to share and change it. By contrast, the GNU General Public Licenses are inten…
17Public License, applies to some specially designated software packages--typically libraries--of th…
19 When we speak of free software, we are referring to freedom of use, not price. Our General Public L…
31Public License. This license, the GNU Lesser General Public License, applies to certain designated…
33 …y General Public License therefore permits such linking only if the entire combination fits its cr…
35Public License because it does Less to protect the user's freedom than the ordinary General Public
37 …in by limiting the free library to free software only, so we use the Lesser General Public License.
41 Although the Lesser General Public License is Less protective of the users' freedom, it does ensure…
47 …arty saying it may be distributed under the terms of this Lesser General Public License (also call…
[all …]
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs12 use openssl::pkey::{Id, PKey, Public};
87 fn to_pkey(cose_key: &CoseKey) -> Result<PKey<Public>> { in to_pkey() argument
111 fn pkey_from_okp_key(cose_key: &CoseKey) -> Result<PKey<Public>> { in pkey_from_okp_key() argument
130 fn pkey_from_ec2_key(cose_key: &CoseKey) -> Result<PKey<Public>> { in pkey_from_ec2_key() argument
149 fn pkey_from_ec_coords(nid: Nid, x: &[u8], y: &[u8]) -> Result<PKey<Public>> { in pkey_from_ec_coords() argument
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS466 Note: Use Bluetooth Public Address
472 Note: Use Bluetooth Public Address
501 Note: Use Bluetooth Public Address
528 Note: Use Bluetooth Public Address
536 Note: Use Bluetooth Public Address
547 Note: Use Bluetooth Public Address
561 Note: Use Bluetooth Public Address
DGATT_PTS_INSTRUCTIONS769 Note: Use Public Address
775 Note: Use Public Address
1074 Note: Use Public Address
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs186 advertising_address_type: AddressType::Public, in tick()
187 target_address_type: AddressType::Public, in tick()
218 advertising_address_type: AddressType::Public, in receive_link_layer_packet()