Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccData.c80 #define BN_MIN_ALLOC(bytes) \ macro
84 crypt_uword_t allocate, size, d[BN_MIN_ALLOC(bytes)]; \
85 } NAME = {BN_MIN_ALLOC(bytes), BYTES_TO_CRYPT_WORDS(bytes),{initializer}}