Home
last modified time | relevance | path

Searched refs:sb_header (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/
H A Dmxsimage.c257 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_aes_reinit() local
258 uint8_t *iv = sb_header->iv; in sb_aes_reinit()
312 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_encrypt_sb_header() local
313 uint8_t *sb_header_ptr = (uint8_t *)sb_header; in sb_encrypt_sb_header()
316 sb_aes_crypt(ictx, sb_header_ptr, NULL, sizeof(*sb_header)); in sb_encrypt_sb_header()
317 EVP_DigestUpdate(md_ctx, sb_header_ptr, sizeof(*sb_header)); in sb_encrypt_sb_header()
2253 struct sb_boot_image_header *sb_header = &ictx->payload; in sb_build_image() local
2262 uint32_t size = sizeof(*sb_header) + in sb_build_image()
2277 memcpy(iptr, sb_header, sizeof(*sb_header)); in sb_build_image()
2278 iptr += sizeof(*sb_header); in sb_build_image()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h114 struct gfs2_meta_header sb_header; member
/openbmc/linux/fs/gfs2/
H A Dops_fstype.c205 sb->sb_magic = be32_to_cpu(str->sb_header.mh_magic); in gfs2_sb_in()
206 sb->sb_type = be32_to_cpu(str->sb_header.mh_type); in gfs2_sb_in()
/openbmc/u-boot/cmd/
H A Dotp.c200 struct sb_header { struct
2614 struct sb_header *sh; in otp_verify_boot_image()
2644 sh = (struct sb_header *)(sec_image + si.header_offset); in otp_verify_boot_image()