Searched refs:MAX_ECKEY_LEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c60 #define MAX_ECKEY_LEN 72 macro
116 /* 2 ['0'+'4'] + MAX_ECKEY_LEN * 2 [x,y] * 2 [hex string] + 1 ['\0'] */
117 char genenc[3 + 2 * 2 * MAX_ECKEY_LEN];

Completed in 43 milliseconds