Lines Matching defs:length
391 /* IV is not allowed to be zero length */
592 /* Total length is restricted to 2^39 - 256 bits, ie 2^36 - 2^5 bytes
665 /* Total length is restricted to 2^39 - 256 bits, ie 2^36 - 2^5 bytes
666 * and AD length is restricted to 2^64 bits, ie 2^61 bytes so neither of
705 size_t length,
726 if ((ret = mbedtls_gcm_update(ctx, input, length,
727 output, length, &olen)) != 0) {
739 size_t length,
753 if ((ret = mbedtls_gcm_crypt_and_tag(ctx, MBEDTLS_GCM_DECRYPT, length,
763 mbedtls_platform_zeroize(output, length);