Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Djobdesc.c124 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_dek()
216 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_encap()
239 uint32_t in_sz = out_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_decap()
Dfsl_blob.c153 int out_sz = WRP_HDR_SIZE + len + KEY_BLOB_SIZE + MAC_SIZE; in blob_dek()
Ddesc.h15 #define MAC_SIZE 16 macro