Home
last modified time | relevance | path

Searched refs:CPT_UCODE_VERSION_SZ (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/crypto/cavium/cpt/
Dcptpf.h19 #define CPT_UCODE_VERSION_SZ 32 macro
29 u8 version[CPT_UCODE_VERSION_SZ];
Dcptpf_main.c245 u8 version[CPT_UCODE_VERSION_SZ];
266 memcpy(mcode->version, (u8 *)fw_entry->data, CPT_UCODE_VERSION_SZ); in cpt_ucode_load_fw()