Searched refs:ZYNQMP_CSU_AES_DST_LEN (Results 1 – 3 of 3) sorted by relevance
24 #define ZYNQMP_CSU_AES_DST_LEN(x) ((x) + ZYNQMP_GCM_TAG_SIZE) macro
114 uint8_t dst[ZYNQMP_CSU_AES_DST_LEN(sizeof(src))] in tee_otp_get_hw_unique_key()
343 if (src_len % 4 || dst_len != ZYNQMP_CSU_AES_DST_LEN(src_len)) { in zynqmp_csu_aes_encrypt_data()