Searched defs:rawKey (Results 1 – 10 of 10) sorted by relevance
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_keyblob_lite.c | 141 static int32_t EncryptAndDecryptKeyBlob(struct HksBlob *rawKey, struct HksBlob *cipherKey, bool isE… in EncryptAndDecryptKeyBlob() 185 static int32_t EncryptKeyBlob(const struct HksBlob *rawKey, struct HksBlob *cipherKey) in EncryptKeyBlob() 190 static int32_t DecryptKeyBlob(const struct HksBlob *cipherKey, struct HksBlob *rawKey) in DecryptKeyBlob() 267 static int32_t GetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in GetRawKeyMaterial() 318 struct HksBlob rawKey = { 0, NULL }; in HksGenerateKeyNode() local 441 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey() 490 int32_t HksGetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) in HksGetRawKeyMaterial()
|
| D | hks_core_service_key_attest.c | 99 struct HksBlob rawKey; in HksCoreAttestKey() local
|
| D | hks_core_service_key_operate_one_stage.c | 172 struct HksBlob rawKey = { 0, NULL }; in SignVerify() local 232 struct HksBlob rawKey = { 0, NULL }; in Cipher() local 320 struct HksBlob rawKey = { 0, NULL }; in HksCoreExportPublicKey() local 425 struct HksBlob rawKey = { 0, NULL }; in HksCoreMac() local
|
| D | hks_core_service_three_stage.c | 545 struct HksBlob rawKey = { 0, NULL }; in CoreSignVerify() local 788 struct HksBlob rawKey = { 0, NULL }; local 958 struct HksBlob rawKey = { 0, NULL }; local 1275 struct HksBlob rawKey = { 0, NULL }; local 1310 struct HksBlob rawKey = { 0, NULL }; local 1401 static int32_t GetRawkey(const struct HuksKeyNode *keyNode, struct HksBlob *rawKey) 1732 struct HksBlob rawKey = { 0, NULL }; local 1890 struct HksBlob rawKey = { 0, NULL }; local 1975 struct HksBlob rawKey = { 0, NULL }; local
|
| D | hks_keynode.c | 478 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
|
| D | hks_sm_import_wrap_key.c | 199 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
|
| D | hks_keyblob.c | 451 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) in HksGetRawKey()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
| D | hks_rkc_v1.c | 116 static int32_t RkcGetRmkRawKeyV1(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKeyV1() 137 static int32_t RkcPbkdf2Hmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcPbkdf2Hmac() 154 struct HksBlob rawKey; in RkcDeriveRmkV1() local
|
| D | hks_rkc.c | 129 static int32_t RkcGetRmkRawKey(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKey() 154 static int32_t RkcHkdfHmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcHkdfHmac() 171 struct HksBlob rawKey; in RkcDeriveRmk() local
|
| /base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
| D | dcm_attest.c | 1481 … const struct HksParamSet *paramSet, struct HksBlob *rawKey, struct HksAttestSpec **outAttestSpec) in BuildAttestSpec() 1612 const struct HksParamSet *paramSet, struct HksBlob *certChain, struct HksBlob *rawKey) in CreateAttestCertChain()
|