Home
last modified time | relevance | path

Searched defs:pt_size (Results 1 – 10 of 10) sorted by relevance

/external/tink/cc/subtle/
Dstreaming_aead_decrypting_stream_test.cc84 for (auto pt_size : pt_sizes) { in TEST_F() local
167 int pt_size = 500; in TEST_F() local
264 int pt_size = 334; in TEST_F() local
320 int pt_size = 2313; in TEST_F() local
Dstreaming_aead_test_util.cc138 int pt_size = plaintext.size(); in EncryptThenDecrypt() local
Ddecrypting_random_access_stream.cc261 auto pt_size = pt_size_result.value(); in PReadAndDecrypt() local
Dtest_util.h203 int pt_size = in DecryptSegment() local
Dstreaming_aead_encrypting_stream_test.cc85 for (auto pt_size : pt_sizes) { in TEST_F() local
277 int pt_size = 200; in TEST_F() local
Daes_ctr_hmac_streaming.cc333 int pt_size = ciphertext.size() - tag_size_; in DecryptSegment() local
/external/tink/python/tink/cc/
Dtest_util.h282 auto pt_size = ct_size_result.value() - exp_header_.size(); in size() local
/external/tink/cc/streamingaead/
Dstreaming_aead_wrapper_test.cc242 int pt_size = 100; in TEST() local
/external/tink/cc/util/
Dtest_util.h516 auto pt_size = ct_size_result.value() - exp_header_.size(); in size() local
/external/mesa3d/src/gallium/drivers/lima/
Dlima_gpu.h154 #define PLBU_CMD_INDEXED_PT_SIZE(pt_size) PLBU_CMD(pt_size, 0x10000102) argument