Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGpMacros.h120 #define RSA_PRIVATE_SIZE (RSA_MAX_PRIME * 5) macro
DTpmProfile.h242 #define PRIVATE_VENDOR_SPECIFIC_BYTES RSA_PRIVATE_SIZE
DTpmTypes.h1952 BYTE buffer[RSA_PRIVATE_SIZE];
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c1371 {RANGE(0, RSA_PRIVATE_SIZE, UINT16)}},
DMarshal.c4268 if((target->t.size) > RSA_PRIVATE_SIZE) in TPM2B_PRIVATE_KEY_RSA_Unmarshal()