Searched refs:DataBuffer (Results 1 - 4 of 4) sorted by relevance
/base/security/device_security_level/oem_property/include/ |
H A D | dslm_credential_utils.h | 27 typedef struct DataBuffer { struct 30 } DataBuffer; typedef 32 typedef DataBuffer PublicKey;
|
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_oem_property_test.cpp | 42 extern int32_t EcdsaVerify(const struct DataBuffer *srcData, const struct DataBuffer *sigData, 43 const struct DataBuffer *pbkData, uint32_t algorithm); 686 const DataBuffer srcData = {.length = length, .data = (uint8_t *)data}; in HWTEST_F() 687 const DataBuffer sigData = {.length = length, .data = (uint8_t *)data}; in HWTEST_F() 688 DataBuffer *pbkData = nullptr; in HWTEST_F() 703 const DataBuffer srcData = {.length = length, .data = nullptr}; in HWTEST_F() 704 const DataBuffer sigData = {.length = length, .data = (uint8_t *)data}; in HWTEST_F() 705 const DataBuffer pbkData = {.length = length, .data = (uint8_t *)data}; in HWTEST_F() 712 const DataBuffer srcDat in HWTEST_F() [all...] |
/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 60 DataBuffer signature; 66 DataBuffer signature; 67 DataBuffer payload; 97 int32_t EcdsaVerify(const struct DataBuffer *srcData, const struct DataBuffer *sigData, 98 const struct DataBuffer *pbkData, uint32_t algorithm); 329 DataBuffer *signature = &attestation->signature; in ParsePayloadAttestation() 334 DataBuffer *payload = &attestation->payload; in ParsePayloadAttestation() 522 int32_t EcdsaVerify(const struct DataBuffer *srcData, const struct DataBuffer *sigDat [all...] |
/base/update/updater/services/package/pkg_verify/ |
H A D | pkcs7_signed_data.h | 25 using DataBuffer = struct { 31 DataBuffer overall; 32 DataBuffer hashResult;
|
Completed in 4 milliseconds