Searched refs:curve (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 270 AuthorizationSetBuilder& EcdsaKey(EcCurve curve); 277 AuthorizationSetBuilder& EcdsaSigningKey(EcCurve curve); 328 inline AuthorizationSetBuilder& AuthorizationSetBuilder::EcdsaKey(EcCurve curve) { in EcdsaKey() argument 330 Authorization(TAG_EC_CURVE, curve); in EcdsaKey() 362 inline AuthorizationSetBuilder& AuthorizationSetBuilder::EcdsaSigningKey(EcCurve curve) { in EcdsaSigningKey() argument 363 EcdsaKey(curve); in EcdsaSigningKey()
|
D | keymaster_hidl_hal_test.cpp | 1257 for (auto curve : curves) { in TEST_F() local 1260 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(curve).Digest(Digest::SHA_2_512))) in TEST_F() 1261 << "Failed to generate key on curve: " << curve; in TEST_F() 1777 for (auto curve : {EcCurve::P_224, EcCurve::P_256, EcCurve::P_384, EcCurve::P_521}) { in TEST_F() 1780 .EcdsaSigningKey(curve) in TEST_F() 1782 EXPECT_EQ(ErrorCode::OK, error) << "Failed to generate ECDSA key with curve " << curve; in TEST_F() 2170 for (auto curve : {EcCurve::P_224, EcCurve::P_256, EcCurve::P_384, EcCurve::P_521}) { in TEST_F() 2173 .EcdsaSigningKey(curve) in TEST_F() 2175 EXPECT_EQ(ErrorCode::OK, error) << "Failed to generate key for EC curve " << curve; in TEST_F() 2188 << curve << ' ' << digest; in TEST_F() [all …]
|
D | keymaster_tags.h | 431 inline const char* stringify(EcCurve curve) { 432 switch (curve) {
|
/hardware/interfaces/keymaster/4.0/support/ |
D | authorization_set.cpp | 433 AuthorizationSetBuilder& AuthorizationSetBuilder::EcdsaKey(EcCurve curve) { in EcdsaKey() argument 435 Authorization(TAG_EC_CURVE, curve); in EcdsaKey() 472 AuthorizationSetBuilder& AuthorizationSetBuilder::EcdsaSigningKey(EcCurve curve) { in EcdsaSigningKey() argument 473 EcdsaKey(curve); in EcdsaSigningKey()
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 259 AuthorizationSetBuilder& EcdsaKey(EcCurve curve); 267 AuthorizationSetBuilder& EcdsaSigningKey(EcCurve curve);
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 541 for (auto curve : ValidCurves()) { in TEST_F() local 544 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(curve).Digest(Digest::SHA_2_512))) in TEST_F() 545 << "Failed to generate key on curve: " << curve; in TEST_F() 1048 for (auto curve : ValidCurves()) { in TEST_F() local 1051 .EcdsaSigningKey(curve) in TEST_F() 1053 EXPECT_EQ(ErrorCode::OK, error) << "Failed to generate ECDSA key with curve " << curve; in TEST_F() 1432 for (auto curve : ValidCurves()) { in TEST_F() local 1435 .EcdsaSigningKey(curve) in TEST_F() 1437 EXPECT_EQ(ErrorCode::OK, error) << "Failed to generate key for EC curve " << curve; in TEST_F() 1450 << curve << ' ' << digest; in TEST_F() [all …]
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 1309 * <p>A list of x,y samples defining a tone-mapping curve for gamma adjustment.</p> 1674 * <p>Tonemapping / contrast / gamma curve for the blue 1684 * <p>Tonemapping / contrast / gamma curve for the green 1694 * <p>Tonemapping / contrast / gamma curve for the red 1711 * tonemap curve that can be used for ANDROID_TONEMAP_CURVE.</p> 1728 * <p>Tonemapping curve to use when ANDROID_TONEMAP_MODE is 1737 * <p>Tonemapping curve to use when ANDROID_TONEMAP_MODE is
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 181 * Tag::EC_CURVE specifies the elliptic curve. EC key generation requests may have 182 * Tag:EC_CURVE, Tag::KEY_SIZE, or both. If both are provided and the size and curve do not
|
D | IKeymasterDevice.hal | 83 * P-521. STRONGBOX IKeymasterDevices must support NIST curve P-256.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 7762 (float*)toneCurve->curve.tonemap_points, in translateFromHalMetadata()
|