Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp65 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
115 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
146 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
178 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in generateCertChain() local
192 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
218 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
244 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp90 ErrMsgOr<std::tuple<bytevec, bytevec>> getAffineCoordinates(const bytevec& pubKey) { in getAffineCoordinates()
119 ErrMsgOr<bytevec> getRawPublicKey(const EVP_PKEY_Ptr& pubKey) { in getRawPublicKey()
168 auto pubKey = ecKeyGetPublicKey(ec_key.get()); in generateEc256KeyPair() local
176 bytevec pubKey(X25519_PUBLIC_VALUE_LEN); in generateX25519KeyPair() local
184 bytevec pubKey(ED25519_PUBLIC_KEY_LEN); in generateED25519KeyPair() local
205 const bytevec& pubKey) { in constructCoseKey()
805 EVP_PKEY_Ptr pubKey(X509_get_pubkey(keyCert->get())); in validateCertChain() local
859 auto pubKey = coseKey->getEcPublicKey(); in validateUdsCerts() local
/hardware/interfaces/security/keymint/support/include/remote_prov/
Dremote_prov_utils.h109 bytevec pubKey; member
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc250 optional<vector<uint8_t>> pubKey = in eicOpsCreateEcKey() local
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp2250 EVP_PKEY_Ptr pubKey = EVP_PKEY_Ptr(EVP_PKEY_new()); in p256_pub_key() local