Searched defs:rawKey (Results 1 – 8 of 8) sorted by relevance
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
D | hks_keyblob_lite.c | 139 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()
|
D | hks_core_service_three_stage.c | 477 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
|
D | hks_keynode.c | 162 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
|
D | hks_core_service.c | 423 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
|
D | hks_sm_import_wrap_key.c | 197 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
|
D | hks_keyblob.c | 449 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_rkc_v1.c | 112 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
|
D | hks_rkc.c | 125 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
|