Home
last modified time | relevance | path

Searched refs:WRP_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c152 int out_sz = WRP_HDR_SIZE + len + KEY_BLOB_SIZE + MAC_SIZE; in blob_dek()
H A Djobdesc.c125 uint8_t wrapped_key_hdr[8] = {HDR_TAG, 0x00, WRP_HDR_SIZE + out_sz, in inline_cnstr_jobdesc_blob_dek()
/openbmc/u-boot/include/
H A Dfsl_sec.h290 #define WRP_HDR_SIZE 0x08 macro