Lines Matching defs:encryptLen
398 unsigned char *encryptData, uint32_t *encryptLen)
400 if (cipherKey == NULL || input == NULL || inLen == 0 || encryptData == NULL || encryptLen == NULL) {
413 *encryptLen = result;
418 unsigned char *encryptData, uint32_t *encryptLen, int32_t seqNum)
420 if (cipherKey == NULL || input == NULL || inLen == 0 || encryptData == NULL || encryptLen == NULL) {
435 *encryptLen = result;
485 AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, unsigned char *encryptData, uint32_t *encryptLen)
487 if (key == NULL || input == NULL || inLen == 0 || encryptData == NULL || encryptLen == NULL) {
492 *encryptLen = 0;
506 *encryptLen += len;
510 *encryptLen += len;