Searched refs:OTX2_CPT_UCODE_VER_STR_SZ (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h24 #define OTX2_CPT_UCODE_VER_STR_SZ 44 macro
70 u8 ver_str[OTX2_CPT_UCODE_VER_STR_SZ];
76 u8 ver_str[OTX2_CPT_UCODE_VER_STR_SZ + 1];/*
H A Dotx2_cptpf_ucode.c126 char ver_str_prefix[OTX2_CPT_UCODE_VER_STR_SZ];
127 char tmp_ver_str[OTX2_CPT_UCODE_VER_STR_SZ];
131 strscpy(tmp_ver_str, ucode_hdr->ver_str, OTX2_CPT_UCODE_VER_STR_SZ);
136 if (!strnstr(tmp_ver_str, ver_str_prefix, OTX2_CPT_UCODE_VER_STR_SZ))
140 if (strnstr(tmp_ver_str, "se-", OTX2_CPT_UCODE_VER_STR_SZ) &&
144 if (strnstr(tmp_ver_str, "ie-", OTX2_CPT_UCODE_VER_STR_SZ) &&
148 if (strnstr(tmp_ver_str, "ae", OTX2_CPT_UCODE_VER_STR_SZ) &&
393 OTX2_CPT_UCODE_VER_STR_SZ);
394 uc_info->ucode.ver_str[OTX2_CPT_UCODE_VER_STR_SZ] = 0;
683 memset(&ucode->ver_str, 0, OTX2_CPT_UCODE_VER_STR_SZ);
[all...]

Completed in 169 milliseconds