Home
last modified time | relevance | path

Searched refs:algorithm_id (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/drivers/measured_boot/
Devent_print.c98 uint16_t algorithm_id = alg_ptr[i].algorithm_id; in id_event_print() local
100 switch (algorithm_id) { in id_event_print()
112 ERROR("Algorithm 0x%x not found\n", algorithm_id); in id_event_print()
181 switch (((tpmt_ha *)ptr)->algorithm_id) { in event2_print()
197 ((tpmt_ha *)ptr)->algorithm_id); in event2_print()
Devent_log.c154 ((tpmt_ha *)ptr)->algorithm_id = TPM_ALG_ID; in add_event2()
213 ((id_event_algorithm_size_t *)ptr)->algorithm_id = TPM_ALG_ID; in event_log_init()
243 ((tpmt_ha *)ptr)->algorithm_id = TPM_ALG_ID; in event_log_init()
/external/arm-trusted-firmware/include/drivers/measured_boot/
Dtcg.h139 uint16_t algorithm_id; member
242 uint16_t algorithm_id; /* AlgorithmId */ member
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc1426 StaticAlgorithmSelector(int32_t algorithm_id) : algorithm_id_(algorithm_id) {} in StaticAlgorithmSelector() argument