Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/nxp/crypto/caam/src/
Dhw_key_blob.c44 uint32_t in_sz = 16U; in get_hw_unq_key_blob_hw() local
49 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in get_hw_unq_key_blob_hw()
55 memset(in_data, 0x00, in_sz); in get_hw_unq_key_blob_hw()
56 memset(out_data, 0x00, in_sz); in get_hw_unq_key_blob_hw()
65 CLASS_2, in_data, in_sz, out_data, in get_hw_unq_key_blob_hw()
Djobdesc.c127 uint32_t in_sz, uint8_t *enc_blob, in cnstr_hw_encap_blob_jobdesc() argument
150 desc_add_word(desc, in_sz); in cnstr_hw_encap_blob_jobdesc()
/trusted-firmware-a-3.7.0/include/drivers/nxp/crypto/caam/
Djobdesc.h47 uint32_t in_sz, uint8_t *enc_blob,