| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 104 ctx->sig_offset = ddir->certs.virtual_address; in pefile_parse_binary() 107 ctx->sig_len, ctx->sig_offset, in pefile_parse_binary() 108 ctx->sig_len, pebuf + ctx->sig_offset); in pefile_parse_binary() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper() 160 ctx->sig_offset += sizeof(wrapper); in pefile_strip_sig_wrapper() 168 pkcs7 = pebuf + ctx->sig_offset; in pefile_strip_sig_wrapper() 435 pebuf + ctx.sig_offset, ctx.sig_len, in verify_pefile_signature()
|
| H A D | verify_pefile.h | 18 unsigned sig_offset; member
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | format.h | 259 u64 sig_offset; member 375 loff_t *tree_offset, loff_t *sig_offset);
|
| H A D | verity.c | 424 loff_t hash_offset, sig_offset; in incfs_add_signature_record() local 464 &hash_offset, &sig_offset); in incfs_add_signature_record() 477 result = incfs_kwrite(bfc, &sig, sizeof(sig), sig_offset); in incfs_add_signature_record() 498 .sig_offset = sig_offset, in incfs_add_signature_record()
|
| H A D | format.c | 250 loff_t *tree_offset, loff_t *sig_offset) in incfs_write_signature_to_backing_file() argument 311 if (sig_offset) in incfs_write_signature_to_backing_file() 312 *sig_offset = rollback_pos; in incfs_write_signature_to_backing_file()
|
| H A D | data_mgmt.c | 1465 read_res = incfs_kread(bfc, dst.data, sig->sig_size, sig->sig_offset); in incfs_read_file_signature() 1566 signature->sig_offset = le64_to_cpu(sg->sg_sig_offset); in process_file_signature_md() 1576 signature->sig_size, signature->sig_offset); in process_file_signature_md() 1603 if (handler->md_record_offset <= signature->sig_offset) { in process_file_signature_md()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-sig.c | 262 int sig_offset) in fit_image_verify_sig() argument 450 const void *sig_blob, int sig_offset) in fit_config_verify_sig() argument 463 ret = fit_config_check_sig(fit, noffset, sig_offset, in fit_config_verify_sig()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_driver.c | 289 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_712); in init_cc_resources() 293 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_630); in init_cc_resources() 374 val = cc_ioread(new_drvdata, new_drvdata->sig_offset); in init_cc_resources()
|
| H A D | cc_debugfs.c | 89 ver_sig_regs[0].offset = drvdata->sig_offset; in cc_debugfs_init()
|
| H A D | cc_driver.h | 153 u32 sig_offset; member
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | image-host.c | 404 int sig_offset, struct strlist *node_inc) in fit_config_get_hash_list() argument 414 sig_name = fit_get_name(fit, sig_offset, NULL); in fit_config_get_hash_list() 428 prop = fit_config_get_image_list(fit, sig_offset, &len, in fit_config_get_hash_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 831 __le16 sig_offset; member
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 523 sig_offset = auth_offset + vbmeta_header.signature_offset 525 sig_blob = vbmeta_blob[sig_offset:sig_offset + sig_size]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | aha152x.c | 2946 int sig_offset; member 3251 ok = check_signature(p + signatures[j].sig_offset, in aha152x_init()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 568 sig_offset = auth_offset + vbmeta_header.signature_offset 570 sig_blob = vbmeta_blob[sig_offset:sig_offset + sig_size]
|