Searched defs:pubKey (Results 1 – 5 of 5) sorted by relevance
65 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local115 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local146 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local178 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in generateCertChain() local192 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local218 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local244 optional<vector<uint8_t>> pubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
90 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() local176 bytevec pubKey(X25519_PUBLIC_VALUE_LEN); in generateX25519KeyPair() local184 bytevec pubKey(ED25519_PUBLIC_KEY_LEN); in generateED25519KeyPair() local205 const bytevec& pubKey) { in constructCoseKey()805 EVP_PKEY_Ptr pubKey(X509_get_pubkey(keyCert->get())); in validateCertChain() local859 auto pubKey = coseKey->getEcPublicKey(); in validateUdsCerts() local
109 bytevec pubKey; member
250 optional<vector<uint8_t>> pubKey = in eicOpsCreateEcKey() local
2250 EVP_PKEY_Ptr pubKey = EVP_PKEY_Ptr(EVP_PKEY_new()); in p256_pub_key() local