Searched defs:pubKey (Results 1 – 5 of 5) sorted by relevance
79 ErrMsgOr<std::tuple<bytevec, bytevec>> getAffineCoordinates(const bytevec& pubKey) { in getAffineCoordinates()127 auto pubKey = ecKeyGetPublicKey(ec_key.get()); in generateEc256KeyPair() local135 bytevec pubKey(X25519_PUBLIC_VALUE_LEN); in generateX25519KeyPair() local143 bytevec pubKey(ED25519_PUBLIC_KEY_LEN); in generateED25519KeyPair() local164 const bytevec& pubKey) { in constructCoseKey()
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
106 bytevec pubKey; member
249 optional<vector<uint8_t>> pubKey = in eicOpsCreateEcKey() local
1921 EVP_PKEY_Ptr pubKey = EVP_PKEY_Ptr(EVP_PKEY_new()); in p256_pub_key() local