Lines Matching refs:length
628 size_t length, in mbedtls_des_crypt_cbc() argument
636 if (length % 8) { in mbedtls_des_crypt_cbc()
641 while (length > 0) { in mbedtls_des_crypt_cbc()
652 length -= 8; in mbedtls_des_crypt_cbc()
655 while (length > 0) { in mbedtls_des_crypt_cbc()
668 length -= 8; in mbedtls_des_crypt_cbc()
726 size_t length, in mbedtls_des3_crypt_cbc() argument
734 if (length % 8) { in mbedtls_des3_crypt_cbc()
739 while (length > 0) { in mbedtls_des3_crypt_cbc()
750 length -= 8; in mbedtls_des3_crypt_cbc()
753 while (length > 0) { in mbedtls_des3_crypt_cbc()
766 length -= 8; in mbedtls_des3_crypt_cbc()