Lines Matching defs:encryptLen
270 unsigned char *encryptData, uint32_t *encryptLen)
272 if (cipherKey == NULL || input == NULL || inLen == 0 || encryptData == NULL || encryptLen == NULL) {
285 *encryptLen = result;
290 unsigned char *encryptData, uint32_t *encryptLen, int32_t seqNum)
292 if (cipherKey == NULL || input == NULL || inLen == 0 || encryptData == NULL || encryptLen == NULL) {
307 *encryptLen = result;
357 unsigned char *encryptData, uint32_t *encryptLen)
359 if (key == NULL || input == NULL || inLen == 0 || encryptData == NULL || encryptLen == NULL) {
368 *encryptLen = 0;
387 *encryptLen += len;
391 *encryptLen += len;