Searched refs:AsyKeySpecItem (Results 1 – 11 of 11) sorted by relevance
/base/security/crypto_framework/interfaces/innerkits/key/ |
D | pub_key.h | 27 HcfResult (*getAsyKeySpecBigInteger)(const HcfPubKey *self, const AsyKeySpecItem item, 30 …HcfResult (*getAsyKeySpecString)(const HcfPubKey *self, const AsyKeySpecItem item, char **returnSt… 32 HcfResult (*getAsyKeySpecInt)(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt);
|
D | pri_key.h | 27 HcfResult (*getAsyKeySpecBigInteger)(const HcfPriKey *self, const AsyKeySpecItem item, 30 …HcfResult (*getAsyKeySpecString)(const HcfPriKey *self, const AsyKeySpecItem item, char **returnSt… 32 HcfResult (*getAsyKeySpecInt)(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt);
|
D | key.h | 47 } AsyKeySpecItem; typedef
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
D | napi_pub_key.cpp | 97 static napi_value GetAsyKeySpecBigInt(napi_env env, AsyKeySpecItem item, HcfPubKey *pubKey) in GetAsyKeySpecBigInt() 112 static napi_value GetAsyKeySpecNumber(napi_env env, AsyKeySpecItem item, HcfPubKey *pubKey) in GetAsyKeySpecNumber() 127 static napi_value GetAsyKeySpecString(napi_env env, AsyKeySpecItem item, HcfPubKey *pubKey) in GetAsyKeySpecString() 156 AsyKeySpecItem item; in JsGetAsyKeySpec()
|
D | napi_pri_key.cpp | 120 static napi_value GetAsyKeySpecBigInt(napi_env env, AsyKeySpecItem item, HcfPriKey *priKey) in GetAsyKeySpecBigInt() 135 static napi_value GetAsyKeySpecNumber(napi_env env, AsyKeySpecItem item, HcfPriKey *priKey) in GetAsyKeySpecNumber() 150 static napi_value GetAsyKeySpecString(napi_env env, AsyKeySpecItem item, HcfPriKey *priKey) in GetAsyKeySpecString() 180 AsyKeySpecItem item; in JsGetAsyKeySpec()
|
D | napi_utils.cpp | 34 AsyKeySpecItem item; 65 int32_t GetAsyKeySpecType(AsyKeySpecItem targetItemType) in GetAsyKeySpecType()
|
/base/security/crypto_framework/test/unittest/src/ |
D | crypto_ecc_asy_key_generator_by_spec_test.cpp | 3819 AsyKeySpecItem item = ECC_FP_P_BN; 3850 AsyKeySpecItem item = ECC_FP_P_BN; 3881 AsyKeySpecItem item = ECC_FP_P_BN; 3912 AsyKeySpecItem item = ECC_FP_P_BN; 3943 AsyKeySpecItem item = ECC_FP_P_BN; 3974 AsyKeySpecItem item = ECC_FP_P_BN; 4005 AsyKeySpecItem item = ECC_FP_P_BN; 4036 AsyKeySpecItem item = ECC_FP_P_BN; 4068 AsyKeySpecItem item = ECC_A_BN; 4099 AsyKeySpecItem item = ECC_A_BN; [all …]
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
D | ecc_asy_key_generator_openssl.c | 798 static HcfResult GetCurveGFp(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *retur… in GetCurveGFp() 839 static HcfResult GetGenerator(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *retu… in GetGenerator() 933 static HcfResult GetPubKeyXOrY(const EC_GROUP *group, const EC_POINT *point, const AsyKeySpecItem i… in GetPubKeyXOrY() 1046 const AsyKeySpecItem item, HcfBigInteger *returnBigInteger) in GetPkSkBigInteger() 1067 static HcfResult GetEcKeySpecBigInteger(const HcfKey *self, const AsyKeySpecItem item, in GetEcKeySpecBigInteger() 1112 static HcfResult GetEcKeySpecString(const HcfKey *self, const AsyKeySpecItem item, char **returnStr… in GetEcKeySpecString() 1140 static HcfResult GetEcKeySpecInt(const HcfKey *self, const AsyKeySpecItem item, int *returnInt) in GetEcKeySpecInt() 1173 static HcfResult GetECPubKeySpecBigInteger(const HcfPubKey *self, const AsyKeySpecItem item, in GetECPubKeySpecBigInteger() 1179 static HcfResult GetECPubKeySpecString(const HcfPubKey *self, const AsyKeySpecItem item, char **ret… in GetECPubKeySpecString() 1184 static HcfResult GetECPubKeySpecInt(const HcfPubKey *self, const AsyKeySpecItem item, int *returnIn… in GetECPubKeySpecInt() [all …]
|
D | dsa_asy_key_generator_openssl.c | 234 static HcfResult GetBigIntegerSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, in GetBigIntegerSpecFromDsaPubKey() 272 static HcfResult GetBigIntegerSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, in GetBigIntegerSpecFromDsaPriKey() 310 static HcfResult GetIntSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *ret… in GetIntSpecFromDsaPubKey() 317 static HcfResult GetIntSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *ret… in GetIntSpecFromDsaPriKey() 324 static HcfResult GetStrSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, char **r… in GetStrSpecFromDsaPubKey() 331 static HcfResult GetStrSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, char **r… in GetStrSpecFromDsaPriKey()
|
D | rsa_asy_key_generator_openssl.c | 121 static HcfResult GetRsaPubKeySpecString(const HcfPubKey *self, const AsyKeySpecItem item, in GetRsaPubKeySpecString() 130 static HcfResult GetRsaPubKeySpecInt(const HcfPubKey *self, const AsyKeySpecItem item, in GetRsaPubKeySpecInt() 139 static HcfResult GetRsaPriKeySpecString(const HcfPriKey *self, const AsyKeySpecItem item, in GetRsaPriKeySpecString() 148 static HcfResult GetRsaPriKeySpecInt(const HcfPriKey *self, const AsyKeySpecItem item, in GetRsaPriKeySpecInt() 157 static HcfResult GetRsaPriKeySpecBigInteger(const HcfPriKey *self, const AsyKeySpecItem item, in GetRsaPriKeySpecBigInteger() 199 static HcfResult GetRsaPubKeySpecBigInteger(const HcfPubKey *self, const AsyKeySpecItem item, in GetRsaPubKeySpecBigInteger()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/inc/ |
D | napi_utils.h | 71 int32_t GetAsyKeySpecType(AsyKeySpecItem targetItemType);
|