Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A Djobdesc.c123 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_dek()
215 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_encap()
238 uint32_t in_sz = out_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_decap()
H A Dfsl_blob.c152 int out_sz = WRP_HDR_SIZE + len + KEY_BLOB_SIZE + MAC_SIZE; in blob_dek()
H A Ddesc.h14 #define KEY_BLOB_SIZE 32 macro