Searched refs:pubKey (Results 1 – 2 of 2) sorted by relevance
232 optional<vector<uint8_t>> pubKey = in eicOpsCreateEcKey() local235 if (!pubKey) { in eicOpsCreateEcKey()241 if (pubKey.value().size() != EIC_P256_PUB_KEY_SIZE + 1) { in eicOpsCreateEcKey()243 pubKey.value().size(), (size_t)EIC_P256_PRIV_KEY_SIZE + 1); in eicOpsCreateEcKey()248 memcpy(publicKey, pubKey.value().data() + 1, EIC_P256_PUB_KEY_SIZE); in eicOpsCreateEcKey()
116 std::vector<uint8_t> pubKey(ED25519_PUBLIC_KEY_LEN); in GenerateBcc() local127 ED25519_keypair_from_seed(pubKey.data(), privKey.data(), seed.data()); in GenerateBcc()134 .add(CoseKey::PUBKEY_X, pubKey) in GenerateBcc()