crypto-perf: format files

Format *.cpp according to the new .clang-format. The following command
was used to generate this change:

  $ find . \( -name \*.cpp -o -name \*.h \) -exec clang-format \
    --style=file -i {} \;

Test: mm
Bug: 171699326
Change-Id: I6913fbe3e1237c002a504fc5c0cd5990e7c4b30b
1 file changed