Home
last modified time | relevance | path

Searched refs:encoded_length (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dbase32.cc24 const size_t encoded_length = (input.size() * 8 + 4) / 5; in Base32Encode() local
25 output.reserve(encoded_length); in Base32Encode()
/third_party/openssl/test/recipes/
D70-test_sslsessiontick.t188 my $offset = $message->startoffset + $message->encoded_length;
/third_party/openssl/util/perl/TLSProxy/
DMessage.pm608 sub encoded_length subroutine