Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp109 bytevec pubY(kP256AffinePointSize); in getAffineCoordinates() local
113 if (BN_bn2binpad(y.get(), pubY.data(), kP256AffinePointSize) != kP256AffinePointSize) { in getAffineCoordinates()
116 return std::make_tuple(std::move(pubX), std::move(pubY)); in getAffineCoordinates()
210 bytevec pubY; in constructCoseKey() local
224 std::tie(pubX, pubY) = affineCoordinates.moveValue(); in constructCoseKey()
235 if (!pubY.empty()) coseKey.add(CoseKey::PUBKEY_Y, pubY); in constructCoseKey()
301 auto [pubX, pubY] = affineCoordinates.moveValue(); in generateEekChain()
304 pub_key.insert(pub_key.end(), pubY.begin(), pubY.end()); in generateEekChain()