Searched refs:PUBLIC_KEY_INFO_SIZE (Results 1 – 3 of 3) sorted by relevance
23 #define PUBLIC_KEY_INFO_SIZE 1024 macro
350 if (pkInfoLen >= PUBLIC_KEY_INFO_SIZE) { in GetAsyPubKeyInfo()
1234 token->pkInfoStr.val = (uint8_t *)HcMalloc(PUBLIC_KEY_INFO_SIZE, 0); in CreateAccountToken()1236 token->pkInfoStr.length = PUBLIC_KEY_INFO_SIZE; in CreateAccountToken()