commit | 8f4fe24929feda77826880d8a2deacd7fc9b95ac | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Fri Mar 10 14:22:47 2023 +0000 |
committer | Pete Bentley <prb@google.com> | Fri Mar 10 15:09:16 2023 +0000 |
tree | 08d227e3b1c7ef976133211beec46c34384edfe3 | |
parent | e5fb9054314a2a04b209402abc6e1df071cbbfe2 [diff] |
Change masked_tag() return type to match BoringSSL change. Did some static analysis and this seems quite safe, this method casts a fixed size type to the API type expected by BoringSSL, which is now int on both 32 and 64 bit build. Test: atest keymaster_tests Change-Id: Ia4cd71464cf232ce9e7946aaa7215ef1d79070e1