Loading tools/rootcanal/config.proto +14 −0 Original line number Diff line number Diff line // Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. syntax = "proto2"; package rootcanal.configuration; Loading tools/rootcanal/include/hci/address.h +12 −14 Original line number Diff line number Diff line /****************************************************************************** * /* * Copyright 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Loading @@ -13,8 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ******************************************************************************/ */ #pragma once Loading tools/rootcanal/include/hci/address_with_type.h +12 −14 Original line number Diff line number Diff line /****************************************************************************** * * Copyright 2022 The Android Open Source Project /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Loading @@ -13,8 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ******************************************************************************/ */ #pragma once Loading tools/rootcanal/include/hci/pcap_filter.h +12 −14 Original line number Diff line number Diff line /****************************************************************************** * /* * Copyright 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Loading @@ -13,8 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ******************************************************************************/ */ #pragma once Loading tools/rootcanal/lib/crypto/crypto.cc +15 −0 Original line number Diff line number Diff line /* * Copyright 2023 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "crypto/crypto.h" Loading Loading
tools/rootcanal/config.proto +14 −0 Original line number Diff line number Diff line // Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. syntax = "proto2"; package rootcanal.configuration; Loading
tools/rootcanal/include/hci/address.h +12 −14 Original line number Diff line number Diff line /****************************************************************************** * /* * Copyright 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Loading @@ -13,8 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ******************************************************************************/ */ #pragma once Loading
tools/rootcanal/include/hci/address_with_type.h +12 −14 Original line number Diff line number Diff line /****************************************************************************** * * Copyright 2022 The Android Open Source Project /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Loading @@ -13,8 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ******************************************************************************/ */ #pragma once Loading
tools/rootcanal/include/hci/pcap_filter.h +12 −14 Original line number Diff line number Diff line /****************************************************************************** * /* * Copyright 2022 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Loading @@ -13,8 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ******************************************************************************/ */ #pragma once Loading
tools/rootcanal/lib/crypto/crypto.cc +15 −0 Original line number Diff line number Diff line /* * Copyright 2023 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "crypto/crypto.h" Loading