Home
last modified time | relevance | path

Searched refs:hvb_cert (Results 1 - 7 of 7) sorted by relevance

/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/include/
H A Dfs_hvb.h23 #include <hvb_cert.h>
61 int FsHvbConstructVerityTarget(DmVerityTarget *target, const char *devName, struct hvb_cert *cert);
/base/startup/init/test/mock/hvb/libhvb/cert/
H A Dhvb_cert.c16 #include "hvb_cert.h"
18 enum hvb_errno hvb_cert_parser(struct hvb_cert *cert, struct hvb_buf *cert_buf) in hvb_cert_parser()
/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c22 #include "hvb_cert.h"
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, uint8_t *header) 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 *end, uint8_t *header) 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()
328 size_t header_size = hvb_offsetof(struct hvb_cert, hash_payload); in hvb_cert_parser()
475 static enum hvb_errno _check_rollback_index(struct hvb_ops *ops, struct hvb_cert *cert, struct hvb_verified_data *vd) in _check_rollback_index()
525 struct hvb_cert cer in cert_init_desc()
[all...]
/base/startup/hvb/libhvb/include/
H A Dhvb_cert.h72 struct hvb_cert { struct
158 enum hvb_errno hvb_cert_parser(struct hvb_cert *cert, struct hvb_buf *cert_buf);
/base/update/sys_installer/services/module_update/src/
H A Dmodule_dm.cpp21 #include "hvb_cert.h"
56 struct hvb_cert cert; in CreateDmDevice()
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c210 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()
/base/startup/init/test/unittest/fs_manager/
H A Dlibfs_hvb_unittest.cpp144 struct hvb_cert cert; in HWTEST_F()

Completed in 3 milliseconds