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
89 ErrMsgOr<std::tuple<bytevec, bytevec>> getAffineCoordinates(const bytevec& pubKey) { in getAffineCoordinates()118 ErrMsgOr<bytevec> getRawPublicKey(const EVP_PKEY_Ptr& pubKey) { in getRawPublicKey()167 auto pubKey = ecKeyGetPublicKey(ec_key.get()); in generateEc256KeyPair() local175 bytevec pubKey(X25519_PUBLIC_VALUE_LEN); in generateX25519KeyPair() local183 bytevec pubKey(ED25519_PUBLIC_KEY_LEN); in generateED25519KeyPair() local204 const bytevec& pubKey) { in constructCoseKey()761 EVP_PKEY_Ptr pubKey(X509_get_pubkey(keyCert->get())); in validateCertChain() local815 auto pubKey = coseKey->getEcPublicKey(); in validateUdsCerts() local
108 bytevec pubKey; member
250 optional<vector<uint8_t>> pubKey = in eicOpsCreateEcKey() local
2169 EVP_PKEY_Ptr pubKey = EVP_PKEY_Ptr(EVP_PKEY_new()); in p256_pub_key() local