Lines Matching refs:length
521 size_t length, in mbedtls_camellia_crypt_cbc() argument
531 if (length % 16) { in mbedtls_camellia_crypt_cbc()
536 while (length > 0) { in mbedtls_camellia_crypt_cbc()
546 length -= 16; in mbedtls_camellia_crypt_cbc()
549 while (length > 0) { in mbedtls_camellia_crypt_cbc()
557 length -= 16; in mbedtls_camellia_crypt_cbc()
571 size_t length, in mbedtls_camellia_crypt_cfb128() argument
589 while (length--) { in mbedtls_camellia_crypt_cfb128()
601 while (length--) { in mbedtls_camellia_crypt_cfb128()
623 size_t length, in mbedtls_camellia_crypt_ctr() argument
638 while (length--) { in mbedtls_camellia_crypt_ctr()