Searched refs:node_bytes (Results 1 – 5 of 5) sorted by relevance
/external/openthread/third_party/mbedtls/repo/library/ |
D | lms.c | 487 const size_t node_bytes = MBEDTLS_LMS_M_NODE_BYTES(ctx->params.type); in get_merkle_path() local 495 node_bytes); in get_merkle_path() 509 memcpy(&path[height * node_bytes], in get_merkle_path() 510 &tree[adjacent_node_id * node_bytes], node_bytes); in get_merkle_path() 518 mbedtls_zeroize_and_free(tree, node_bytes * in get_merkle_path() 640 const size_t node_bytes = MBEDTLS_LMS_M_NODE_BYTES(priv_ctx->params.type); in mbedtls_lms_calculate_public_key() local 659 node_bytes); in mbedtls_lms_calculate_public_key() 673 memcpy(ctx->T_1_pub_key, &tree[node_bytes], node_bytes); in mbedtls_lms_calculate_public_key() 680 mbedtls_zeroize_and_free(tree, node_bytes * in mbedtls_lms_calculate_public_key()
|
/external/mbedtls/library/ |
D | lms.c | 501 const size_t node_bytes = MBEDTLS_LMS_M_NODE_BYTES(ctx->params.type); in get_merkle_path() local 509 node_bytes); in get_merkle_path() 523 memcpy(&path[height * node_bytes], in get_merkle_path() 524 &tree[adjacent_node_id * node_bytes], node_bytes); in get_merkle_path() 532 mbedtls_zeroize_and_free(tree, node_bytes * in get_merkle_path() 654 const size_t node_bytes = MBEDTLS_LMS_M_NODE_BYTES(priv_ctx->params.type); in mbedtls_lms_calculate_public_key() local 673 node_bytes); in mbedtls_lms_calculate_public_key() 687 memcpy(ctx->T_1_pub_key, &tree[node_bytes], node_bytes); in mbedtls_lms_calculate_public_key() 694 mbedtls_zeroize_and_free(tree, node_bytes * in mbedtls_lms_calculate_public_key()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_op.cc | 211 int64_t node_bytes) const { in FormatMemoryNode() 214 if (node_bytes > 0) { in FormatMemoryNode() 216 pct = 100.0 * node_bytes / root_total_bytes; in FormatMemoryNode() 219 "%30s", absl::StrFormat("%s (%.2f%%, %.2f%%)", FormatMemory(node_bytes), in FormatMemoryNode()
|
D | tfprof_op.h | 67 int64_t node_bytes) const;
|
/external/pytorch/torch/_inductor/ |
D | scheduler.py | 564 node_bytes = 0 606 node_bytes += get_buf_bytes(buf) 608 return node_bytes
|