Home
last modified time | relevance | path

Searched refs:NIST_P_256 (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DKeyPairTools.java72 * Field NIST_P_256.
74 public static final int NIST_P_256 = 256; field in KeyPairTools
92 * @param keySize RSA_2048/3072/4096 NIST_P_256/384
107 ValidateUtils.throwIfNotMatches((keySize == NIST_P_256 || keySize == NIST_P_384), in generateKeyPair()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
H A DKeyPairTest.java65 KeyPair kEcc256 = KeyPairTools.generateKeyPair(KeyPairTools.ECC, KeyPairTools.NIST_P_256); in testKeyPair()
76 KeyPair keyPairRsa = KeyPairTools.generateKeyPair(KeyPairTools.RSA, KeyPairTools.NIST_P_256); in testKeyPair()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dconstant.h31 constexpr int NIST_P_256 = 256; member
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp81 (*options)[Options::KEY_SIZE] = NIST_P_256; in UpdateParamForVariantInt()
429 if (size != NIST_P_256 && size != NIST_P_384) { in JudgeSize()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dkey_store_helper.cpp521 if (keySize == static_cast<int>(NIST_P_256)) { in GenerateKeyPair()

Completed in 4 milliseconds