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
127 bytevec pubKey; member
99 ErrMsgOr<std::tuple<bytevec, bytevec>> getAffineCoordinates(const bytevec& pubKey) { in getAffineCoordinates()147 auto pubKey = ecKeyGetPublicKey(ec_key.get(), NID_X9_62_prime256v1); in generateEc256KeyPair() local155 bytevec pubKey(X25519_PUBLIC_VALUE_LEN); in generateX25519KeyPair() local163 bytevec pubKey(ED25519_PUBLIC_KEY_LEN); in generateED25519KeyPair() local184 const bytevec& pubKey) { in constructCoseKey()
250 optional<vector<uint8_t>> pubKey = in eicOpsCreateEcKey() local
2422 EVP_PKEY_Ptr pubKey = EVP_PKEY_Ptr(EVP_PKEY_new()); in p256_pub_key() local