/system/extras/verity/fec/ |
D | image.cpp | 46 void image_init(image *ctx) in image_init() 51 void image_free(image *ctx) in image_free() 66 static void calculate_rounds(uint64_t size, image *ctx) in calculate_rounds() 82 image *ctx = (image *)priv; in process_chunk() local 92 static void file_image_load(const std::vector<int>& fds, image *ctx) in file_image_load() 145 bool image_load(const std::vector<std::string>& filenames, image *ctx) in image_load() 173 bool image_save(const std::string& filename, image *ctx) in image_save() 192 bool image_ecc_new(const std::string& filename, image *ctx) in image_ecc_new() 212 bool image_ecc_load(const std::string& filename, image *ctx) in image_ecc_load() 292 bool image_ecc_save(image *ctx) in image_ecc_save() [all …]
|
D | main.cpp | 42 static void encode_rs(struct image_proc_ctx *ctx) in encode_rs() 59 static void decode_rs(struct image_proc_ctx *ctx) in decode_rs() 136 static int print_size(image& ctx) in print_size() 172 static int encode(image& ctx, const std::vector<std::string>& inp_filenames, in encode() 214 static int decode(image& ctx, const std::vector<std::string>& inp_filenames, in decode() 275 image ctx; in main() local
|
D | image.h | 72 image *ctx; member 92 inline uint8_t image_get_interleaved_byte(uint64_t i, image *ctx) in image_get_interleaved_byte() 103 inline void image_set_interleaved_byte(uint64_t i, image *ctx, in image_set_interleaved_byte()
|
/system/core/liblog/ |
D | log_event_list.cpp | 103 int android_log_destroy(android_log_context* ctx) { in android_log_destroy() 116 int android_log_reset(android_log_context ctx) { in android_log_reset() 132 int android_log_parser_reset(android_log_context ctx, const char* msg, size_t len) { in android_log_parser_reset() 146 int android_log_write_list_begin(android_log_context ctx) { in android_log_write_list_begin() 187 int android_log_write_int32(android_log_context ctx, int32_t value) { in android_log_write_int32() 221 int android_log_write_int64(android_log_context ctx, int64_t value) { in android_log_write_int64() 244 int android_log_write_string8_len(android_log_context ctx, const char* value, size_t maxlen) { in android_log_write_string8_len() 279 int android_log_write_string8(android_log_context ctx, const char* value) { in android_log_write_string8() 283 int android_log_write_float32(android_log_context ctx, float value) { in android_log_write_float32() 308 int android_log_write_list_end(android_log_context ctx) { in android_log_write_list_end() [all …]
|
D | stderr_write.cpp | 68 struct stderrContext* ctx; in stderrOpen() local 125 stderrContext* ctx = static_cast<stderrContext*>(stderrLoggerWrite.context.priv); in stderrClose() local 155 stderrContext* ctx = static_cast<stderrContext*>(stderrLoggerWrite.context.priv); in stderrWrite() local
|
D | log_event_write.cpp | 32 android_log_context ctx = create_android_logger(tag); in __android_log_error_write() local
|
/system/core/libasyncio/ |
D | AsyncIO.cpp | 27 int io_destroy(aio_context_t ctx) { in io_destroy() 31 int io_submit(aio_context_t ctx, long nr, iocb** iocbpp) { in io_submit() 35 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, io_event* events, timespec* timeout) { in io_getevents() 39 int io_cancel(aio_context_t ctx, iocb* iocbp, io_event* result) { in io_cancel()
|
/system/core/lmkd/ |
D | statslog.c | 36 stats_write_lmk_state_changed(android_log_context ctx, int32_t code, int32_t state) { in stats_write_lmk_state_changed() 65 stats_write_lmk_kill_occurred(android_log_context ctx, int32_t code, int32_t uid, in stats_write_lmk_kill_occurred()
|
/system/core/libstats/ |
D | stats_event_list.c | 48 void reset_log_context(android_log_context ctx) { in reset_log_context() 68 int stats_write_list(android_log_context ctx) { in stats_write_list() 103 int write_to_logger(android_log_context ctx, log_id_t id) { in write_to_logger() 206 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 1542 android_log_event_list ctx(hhgtg.tagNo); in TEST() local 1556 android_log_event_list ctx(sync.tagNo); in TEST() local 1566 android_log_event_list ctx(sync.tagNo); in TEST() local 1575 android_log_event_list ctx(sync.tagNo); in TEST() local 1588 android_log_event_list ctx(sync.tagNo); in TEST() local 1597 android_log_event_list ctx(sync.tagNo); in TEST() local 1609 android_log_event_list ctx(sync.tagNo); in TEST() local 1617 android_log_event_list ctx(sync.tagNo); in TEST() local 1625 android_log_event_list ctx(sync.tagNo); in TEST() local 1633 android_log_event_list ctx(sync.tagNo); in TEST() local [all …]
|
/system/keymaster/key_blob_utils/ |
D | ocb_utils.cpp | 72 AeCtx* ctx) { in InitializeKeyWrappingContext() 128 AeCtx ctx; in OcbEncryptKey() local 164 AeCtx ctx; in OcbDecryptKey() local
|
D | integrity_assured_key_blob.cpp | 44 explicit HmacCleanup(HMAC_CTX* ctx) : ctx_(ctx) {} in HmacCleanup() 59 HMAC_CTX ctx; in ComputeHmac() local
|
D | ocb.c | 375 #define ROUNDS(ctx) ((ctx)->rounds) argument 388 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4) argument 422 #define ROUNDS(ctx) ((ctx)->rounds) argument 425 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4) argument 645 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() 683 void ae_free(ae_ctx* ctx) { in ae_free() 693 int ae_clear(ae_ctx* ctx) /* Zero ae_ctx and undo initialization */ in ae_clear() 705 int ae_init(ae_ctx* ctx, const void* key, int key_len, int nonce_len, int tag_len) { in ae_init() 750 static block gen_offset_from_nonce(ae_ctx* ctx, const void* nonce) { in gen_offset_from_nonce() 791 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() [all …]
|
/system/core/logcat/ |
D | logcat_main.cpp | 23 android_logcat_context ctx = create_android_logcat(); in main() local
|
D | logcatd_main.cpp | 27 android_logcat_context ctx = create_android_logcat(); in main() local
|
/system/keymaster/include/keymaster/km_openssl/ |
D | openssl_utils.h | 38 explicit EvpMdCtxCleaner(EVP_MD_CTX* ctx) : ctx_(ctx) {} in EvpMdCtxCleaner()
|
/system/keymaster/km_openssl/ |
D | iso18033kdf.cpp | 36 EVP_MD_CTX ctx; in GenerateKey() local
|
D | soft_keymaster_enforcement.cpp | 64 EvpMdCtx ctx; in CreateKeyId() local 102 HMAC_CTX_Ptr ctx(HMAC_CTX_new()); in hmacSha256() local
|
D | ckdf.cpp | 50 CMAC_CTX_Ptr ctx(CMAC_CTX_new()); in DEFINE_OPENSSL_OBJECT_POINTER() local
|
/system/core/logd/ |
D | libaudit.h | 41 char ctx[0]; member
|
/system/core/trusty/keymaster/legacy/ |
D | trusty_keymaster_main.cpp | 260 std::unique_ptr<EVP_PKEY_CTX, EVP_PKEY_CTX_Delete> ctx(EVP_PKEY_CTX_new(pkey.get(), NULL)); in test_rsa() local 364 std::unique_ptr<EVP_PKEY_CTX, EVP_PKEY_CTX_Delete> ctx(EVP_PKEY_CTX_new(pkey.get(), NULL)); in test_ecdsa() local
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2558 android_log_context ctx; in event_test_int32() local 2575 android_log_context ctx; in event_test_int64() local 2592 android_log_context ctx; in event_test_list_int64() local 2613 android_log_context ctx; in event_test_simple_automagic_list() local 2635 android_log_context ctx; in event_test_list_empty() local 2654 android_log_context ctx; in event_test_complex_nested_list() local 2702 android_log_context ctx; in event_test_7_level_prefix() local 2741 android_log_context ctx; in event_test_7_level_suffix() local 2982 android_log_context ctx; in TEST() local 3009 __android_log_event_list ctx(1005); in TEST() local
|
/system/core/libcrypto_utils/ |
D | android_pubkey.c | 125 BN_CTX* ctx = BN_CTX_new(); in android_pubkey_encode() local
|
/system/core/adb/daemon/include/adbd/ |
D | usb.h | 31 aio_context_t ctx; member
|
/system/apex/apexd/ |
D | apex_shim.cpp | 54 SHA512_CTX ctx; in CalculateSha512() local
|