Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmAlgorithmDefines.h396 #define MAX_SYM_KEY_BITS \ macro
401 #define MAX_SYM_KEY_BYTES ((MAX_SYM_KEY_BITS + 7) / 8)
408 #if MAX_SYM_KEY_BITS == 0 || MAX_SYM_BLOCK_SIZE == 0
409 # error Bad size for MAX_SYM_KEY_BITS or MAX_SYM_BLOCK
DGpMacros.h241 #define MAX_SYM_SECURITY_STRENGTH MAX_SYM_KEY_BITS
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h1159 #define MAX_SYM_KEY_BITS \ macro
1166 #define MAX_SYM_KEY_BYTES ((MAX_SYM_KEY_BITS + 7) / 8)
1175 #if MAX_SYM_KEY_BITS == 0 || MAX_SYM_BLOCK_SIZE == 0
1176 # error Bad size for MAX_SYM_KEY_BITS or MAX_SYM_BLOCK_SIZE