Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-rc/
Dtss2_rc.c22 #define TSS2_ERR_LAYER_NAME_MAX (16 + 1) macro
836 char name[TSS2_ERR_LAYER_NAME_MAX];
955 static __thread char buf[TSS2_ERR_LAYER_NAME_MAX + TSS2_ERR_LAYER_ERROR_STR_MAX + 1]; in Tss2_RC_Decode()