| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| H A D | hks_core_service_key_attest.c | 98 struct HksBlob rawKey; in HksCoreAttestKey() local
|
| H A D | hks_core_service_key_operate_one_stage.c | 171 struct HksBlob rawKey = { 0, NULL }; in SignVerify() local 231 struct HksBlob rawKey = { 0, NULL }; in Cipher() local 424 struct HksBlob rawKey = { 0, NULL }; HksCoreMac() local [all...] |
| H A D | hks_sm_import_wrap_key.c | 198 struct HksBlob rawKey = { 0, NULL }; in DecryptKekWithSm2() local
|
| H A D | hks_keyblob_lite.c | 139 static int32_t EncryptAndDecryptKeyBlob(struct HksBlob *rawKey, struct HksBlob *cipherKey, bool isEncrypt)
in EncryptAndDecryptKeyBlob() argument 183 static int32_t EncryptKeyBlob(const struct HksBlob *rawKey, struct HksBlob *cipherKey)
in EncryptKeyBlob() argument 188 static int32_t DecryptKeyBlob(const struct HksBlob *cipherKey, struct HksBlob *rawKey)
in DecryptKeyBlob() argument 265 static int32_t GetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey)
in GetRawKeyMaterial() argument 316 struct HksBlob rawKey = { 0, NULL }; HksGenerateKeyNode() local 439 HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey) HksGetRawKey() argument 488 HksGetRawKeyMaterial(const struct HksBlob *key, struct HksBlob *rawKey) HksGetRawKeyMaterial() argument [all...] |
| H A D | hks_keynode.c | 472 struct HksBlob rawKey = { 0, NULL }; in HksCreateKeyNode() local
|
| H A D | hks_keyblob.c | 449 int32_t HksGetRawKey(const struct HksParamSet *paramSet, struct HksBlob *rawKey)
in HksGetRawKey() argument
|
| H A D | hks_core_service_three_stage.c | 957 struct HksBlob rawKey = { 0, NULL }; global() local 1274 struct HksBlob rawKey = { 0, NULL }; global() local 1309 struct HksBlob rawKey = { 0, NULL }; global() local 1400 GetRawkey(const struct HuksKeyNode *keyNode, struct HksBlob *rawKey) global() argument 1731 struct HksBlob rawKey = { 0, NULL }; global() local 1889 struct HksBlob rawKey = { 0, NULL }; global() local 1974 struct HksBlob rawKey = { 0, NULL }; global() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/camellia/ |
| H A D | camellia.c | 286 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen() argument
|
| /third_party/openssl/crypto/camellia/ |
| H A D | camellia.c | 286 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen() argument
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
| H A D | hks_rkc_v1.c | 113 static int32_t RkcGetRmkRawKeyV1(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey)
in RkcGetRmkRawKeyV1() argument 134 static int32_t RkcPbkdf2Hmac(const uint32_t hashAlg, const struct HksBlob *rawKey,
in RkcPbkdf2Hmac() argument 151 struct HksBlob rawKey;
in RkcDeriveRmkV1() local [all...] |
| H A D | hks_rkc.c | 126 static int32_t RkcGetRmkRawKey(const struct HksKsfDataRkc *ksfDataRkc, struct HksBlob *rawKey) in RkcGetRmkRawKey() argument 151 static int32_t RkcHkdfHmac(const uint32_t hashAlg, const struct HksBlob *rawKey, in RkcHkdfHmac() argument 168 struct HksBlob rawKey; in RkcDeriveRmk() local [all...] |
| /base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
| H A D | dcm_attest.c | 1331 BuildAttestSpec(const struct HksParamSet *keyNodeParamSet, const struct HksParamSet *paramSet, struct HksBlob *rawKey, struct HksAttestSpec **outAttestSpec) BuildAttestSpec() argument 1455 CreateAttestCertChain(const struct HksParamSet *keyNodeParamSet, const struct HksParamSet *paramSet, struct HksBlob *certChain, struct HksBlob *rawKey) CreateAttestCertChain() argument
|