Searched refs:DECLARE_SG_SAFE_BUF (Results 1 – 2 of 2) sorted by relevance
/trusty/hardware/nxp/app/hwcrypto/ |
D | caam.c | 569 DECLARE_SG_SAFE_BUF(out1, 32); in caam_hwrng_test() 570 DECLARE_SG_SAFE_BUF(out2, 32); in caam_hwrng_test() 586 DECLARE_SG_SAFE_BUF(keymd, 16); in caam_blob_test() 587 DECLARE_SG_SAFE_BUF(plain, 32); in caam_blob_test() 588 DECLARE_SG_SAFE_BUF(plain_bak, 32); in caam_blob_test() 589 DECLARE_SG_SAFE_BUF(blob, 128); in caam_blob_test() 618 DECLARE_SG_SAFE_BUF(key, 16); in caam_aes_test() 619 DECLARE_SG_SAFE_BUF(buf1, 32); in caam_aes_test() 620 DECLARE_SG_SAFE_BUF(buf2, 32); in caam_aes_test() 621 DECLARE_SG_SAFE_BUF(buf3, 32); in caam_aes_test() [all …]
|
D | caam.h | 71 #define DECLARE_SG_SAFE_BUF(nm, sz) uint8_t nm[sz] __attribute__((aligned(sz))) macro
|