Searched refs:NANOHUB_RSA_KEY_CHUNK_LEN (Results 1 – 2 of 2) sorted by relevance
72 #define NANOHUB_RSA_KEY_CHUNK_LEN 64 macro
1075 if (!(resp = heapAlloc(sizeof(*resp) + NANOHUB_RSA_KEY_CHUNK_LEN))) in halQueryRsaKeys()1081 if (len > NANOHUB_RSA_KEY_CHUNK_LEN) in halQueryRsaKeys()1082 len = NANOHUB_RSA_KEY_CHUNK_LEN; in halQueryRsaKeys()