Home
last modified time | relevance | path

Searched refs:sig_offset (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dverify_pefile.c104 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 Dverify_pefile.h18 unsigned sig_offset; member
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dformat.h259 u64 sig_offset; member
375 loff_t *tree_offset, loff_t *sig_offset);
H A Dverity.c424 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 Dformat.c250 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 Ddata_mgmt.c1465 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 Dimage-sig.c262 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 Dcc_driver.c289 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 Dcc_debugfs.c89 ver_sig_regs[0].offset = drvdata->sig_offset; in cc_debugfs_init()
H A Dcc_driver.h153 u32 sig_offset; member
/OK3568_Linux_fs/u-boot/tools/
H A Dimage-host.c404 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 Dhost.h831 __le16 sig_offset; member
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool523 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 Daha152x.c2946 int sig_offset; member
3251 ok = check_signature(p + signatures[j].sig_offset, in aha152x_init()
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py568 sig_offset = auth_offset + vbmeta_header.signature_offset
570 sig_blob = vbmeta_blob[sig_offset:sig_offset + sig_size]