Home
last modified time | relevance | path

Searched defs:length (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/
Dasn1_decoder.cpp61 size_t length = 0; in decode_length() local
82 size_t length; in asn1_constructed_get() local
95 size_t length; in asn1_constructed_skip_all() local
112 size_t length; in asn1_sequence_get() local
123 size_t length; in asn1_set_get() local
131 size_t length; in asn1_sequence_next() local
138 bool asn1_context::asn1_oid_get(const uint8_t** oid, size_t* length) { in asn1_oid_get()
149 bool asn1_context::asn1_octet_string_get(const uint8_t** octet_string, size_t* length) { in asn1_octet_string_get()
Dasn1_decoder.h24 asn1_context(const uint8_t* buffer, size_t length) : p_(buffer), length_(length), app_type_(0) {} in asn1_context()
Droots.cpp210 ssize_t length = 0; in format_volume() local
Dverifier.cpp123 int verify_file(const unsigned char* addr, size_t length, const std::vector<Certificate>& keys, in verify_file()
/bootable/recovery/tests/unit/
Dasn1_decoder_test.cpp37 size_t length; in TEST() local
61 size_t length; in TEST() local
72 size_t length; in TEST() local
89 size_t length; in TEST() local
107 size_t length; in TEST() local
117 size_t length; in TEST() local
135 size_t length; in TEST() local
145 size_t length; in TEST() local
155 size_t length; in TEST() local
163 size_t length; in TEST() local
[all …]
/bootable/recovery/otautil/
DSysUtil.h26 size_t length; member
34 size_t length; /* length of data */ member
DSysUtil.cpp136 size_t length = (end - start) * blksize; in sysMapBlockFile() local
/bootable/recovery/tests/component/
Duncrypt_test.cpp104 int length = static_cast<int>(message.size()); in TEST_F() local
/bootable/recovery/uncrypt/
Duncrypt.cpp550 int length; in setup_bcb() local