Home
last modified time | relevance | path

Searched refs:pubX (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp108 bytevec pubX(kP256AffinePointSize); in getAffineCoordinates() local
110 if (BN_bn2binpad(x.get(), pubX.data(), kP256AffinePointSize) != kP256AffinePointSize) { in getAffineCoordinates()
116 return std::make_tuple(std::move(pubX), std::move(pubY)); in getAffineCoordinates()
209 bytevec pubX; in constructCoseKey() local
216 pubX = pubKey; in constructCoseKey()
224 std::tie(pubX, pubY) = affineCoordinates.moveValue(); in constructCoseKey()
233 .add(CoseKey::PUBKEY_X, pubX); in constructCoseKey()
301 auto [pubX, pubY] = affineCoordinates.moveValue(); in generateEekChain()
303 pub_key.insert(pub_key.begin(), pubX.begin(), pubX.end()); in generateEekChain()