Home
last modified time | relevance | path

Searched defs:rawKey (Results 1 – 8 of 8) sorted by relevance

/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_keyblob_lite.c139 static int32_t EncryptAndDecryptKeyBlob(struct HksBlob *rawKey, struct HksBlob *cipherKey, bool isE… in EncryptAndDecryptKeyBlob()
183 static int32_t EncryptKeyBlob(const struct HksBlob *rawKey, struct HksBlob *cipherKey) in EncryptKeyBlob()
188 static int32_t DecryptKeyBlob(const struct HksBlob *cipherKey, struct HksBlob *rawKey) in DecryptKeyBlob()
265 static int32_t GetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in GetRawKeyMaterial()
316 struct HksBlob rawKey = { 0, NULL }; in HksGenerateKeyNode() local
439 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
488 int32_t HksGetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in HksGetRawKeyMaterial()
Dhks_core_service_three_stage.c477 struct HksBlob rawKey = { 0, NULL }; in CoreSignVerify() local
544 struct HksBlob rawKey = { 0, NULL }; in CoreCipherInit() local
715 struct HksBlob rawKey = { 0, NULL }; in RsaCipherFinish() local
780 static int32_t GetRawkey(const struct HuksKeyNode *keyNode, struct HksBlob *rawKey) in GetRawkey()
1059 struct HksBlob rawKey = { 0, NULL }; in HksCoreDeriveThreeStageUpdate() local
1207 struct HksBlob rawKey = { 0, NULL }; in HksCoreAgreeThreeStageUpdate() local
1292 struct HksBlob rawKey = { 0, NULL }; in HksCoreMacThreeStageInit() local
Dhks_keynode.c162 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
Dhks_core_service.c423 struct HksBlob rawKey = { 0, NULL }; in SignVerify() local
483 struct HksBlob rawKey = { 0, NULL }; in Cipher() local
1083 struct HksBlob rawKey = { 0, NULL }; in HksCoreExportPublicKey() local
1188 struct HksBlob rawKey = { 0, NULL }; in HksCoreMac() local
Dhks_sm_import_wrap_key.c197 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
Dhks_keyblob.c449 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_rkc_v1.c112 static int32_t RkcGetRmkRawKeyV1(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKeyV1()
133 static int32_t RkcPbkdf2Hmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcPbkdf2Hmac()
150 struct HksBlob rawKey; in RkcDeriveRmkV1() local
Dhks_rkc.c125 static int32_t RkcGetRmkRawKey(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKey()
150 static int32_t RkcHkdfHmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcHkdfHmac()
167 struct HksBlob rawKey; in RkcDeriveRmk() local