Home
last modified time | relevance | path

Searched defs:Public (Results 1 – 4 of 4) sorted by relevance

/system/authgraph/boringssl/src/
Dec.rs286 ) -> Result<openssl::pkey::PKey<openssl::pkey::Public>, Error> { in p256_ecdh_pkey_from_cose()
300 ) -> Result<openssl::pkey::PKey<openssl::pkey::Public>, Error> { in p256_ecdsa_pkey_from_cose()
314 ) -> Result<openssl::pkey::PKey<openssl::pkey::Public>, Error> { in p384_ecdsa_pkey_from_cose()
332 ) -> Result<openssl::pkey::PKey<openssl::pkey::Public>, Error> { in nist_pkey_from_cose()
368 ) -> Result<openssl::pkey::PKey<openssl::pkey::Public>, Error> { in ed25519_ecdsa_pkey_from_cose()
/system/security/keystore2/tests/
Dkeystore2_client_key_agreement_tests.rs42 fn get_keymint_public_key(keymint_key: &KeyMetadata) -> Result<PKey<Public>, ErrorStack> { in get_keymint_public_key()
52 keymint_pub_key: &PKey<Public>, in check_agreement()
Dkeystore2_client_test_utils.rs485 pkey: &PKey<Public>, in encrypt_transport_key()
/system/tools/sysprop/
Dsysprop.proto34 Public = 0; enumerator