Searched refs:hvb_cert (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 101 struct hvb_cert *cert, const char *const *hash_ptn_list, in hash_image_init_desc() 178 static enum hvb_errno _hvb_cert_payload_parser(struct hvb_cert *cert, uint8_t **p, uint8_t *end) in _hvb_cert_payload_parser() 198 static enum hvb_errno _hvb_cert_payload_parser_v2(struct hvb_cert *cert, uint8_t **p, uint8_t *end,… in _hvb_cert_payload_parser_v2() 231 static enum hvb_errno _hvb_cert_signature_parser(struct hvb_cert *cert, uint8_t **p, uint8_t *end) in _hvb_cert_signature_parser() 267 static enum hvb_errno _hvb_cert_signature_parser_v2(struct hvb_cert *cert, uint8_t **p, uint8_t *en… in _hvb_cert_signature_parser_v2() 312 enum hvb_errno hvb_cert_parser(struct hvb_cert *cert, struct hvb_buf *cert_buf) in hvb_cert_parser() 322 size_t header_size = hvb_offsetof(struct hvb_cert, hash_payload); in hvb_cert_parser() 469 static enum hvb_errno _check_rollback_index(struct hvb_ops *ops, struct hvb_cert *cert, struct hvb_… in _check_rollback_index() 508 struct hvb_cert cert = {0}; in cert_init_desc()
|
/ohos5.0/base/startup/hvb/libhvb/include/ |
H A D | hvb_cert.h | 71 struct hvb_cert { struct 157 enum hvb_errno hvb_cert_parser(struct hvb_cert *cert, struct hvb_buf *cert_buf); argument
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | fs_hvb.c | 210 static int FsHvbGetCert(struct hvb_cert *cert, char *devName, struct hvb_verified_data *vd) in FsHvbGetCert() 364 static int FsHvbVerityTargetAddFecArgs(struct hvb_cert *cert, char *devPath, char **str, char *end) in FsHvbVerityTargetAddFecArgs() 404 int FsHvbConstructVerityTarget(DmVerityTarget *target, const char *devName, struct hvb_cert *cert) in FsHvbConstructVerityTarget() 483 struct hvb_cert cert = {0}; in FsHvbCreateVerityTarget()
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/include/ |
H A D | fs_hvb.h | 61 int FsHvbConstructVerityTarget(DmVerityTarget *target, const char *devName, struct hvb_cert *cert);
|
/ohos5.0/base/update/sys_installer/services/module_update/src/ |
H A D | module_dm.cpp | 56 struct hvb_cert cert; in CreateDmDevice()
|
/ohos5.0/base/startup/hvb/libhvb/ |
H A D | BUILD.gn | 34 "src/cert/hvb_cert.c",
|