Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_EncryptedStateful/
Dplatform_EncryptedStateful.py257 encstate = EncryptedStateful("/")
260 encstate.check_sizes(finalized=os.path.exists(encstate.key))
263 encstate = EncryptedStateful()
266 chk.check(not os.path.exists(encstate.key),
267 "%s does not exist" % (encstate.key))
268 chk.check(not os.path.exists(encstate.block),
269 "%s does not exist" % (encstate.block))
278 encstate.mount()
284 encstate.check_sizes(finalized=False)
288 encstate.check_reclamation()
[all …]
/external/curl/lib/
Dmime.c358 struct mime_encoder_state *st = &part->encstate; in encoder_nop_read()
386 struct mime_encoder_state *st = &part->encstate; in encoder_7bit_read()
412 struct mime_encoder_state *st = &part->encstate; in encoder_base64_read()
533 struct mime_encoder_state *st = &part->encstate; in encoder_qp_read()
842 struct mime_encoder_state *st = &part->encstate; in read_encoded_part_content()
954 cleanup_encoder_state(&part->encstate); in readback_part()
1103 cleanup_encoder_state(&part->encstate); in mime_part_rewind()
1167 cleanup_encoder_state(&part->encstate); in cleanup_part_content()
Dmime.h128 struct mime_encoder_state encstate; /* Data encoder state. */ member