ANDROID: ABI: add new symbols required by fips140.ko
fips140.ko now uses more crypto API functions due to self-tests being
added, so add them to the symbol list and update the ABI representation.
Generated by running:
BUILD_CONFIG=common/build.config.gki.aarch64.fips140 build/build_abi.sh --update-symbol-list
... then adding the relevant portion only, and then:
BUILD_CONFIG=common/build.config.gki.aarch64 build/build_abi.sh --update --print-report
Leaf changes summary: 2 artifacts changed (1 filtered out)
Changed leaf types summary: 0 (1 filtered out) leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 2 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
2 Added functions:
[A] 'function void crypto_cipher_decrypt_one(crypto_cipher*, u8*, const u8*)'
[A] 'function int crypto_rng_reset(crypto_rng*, const u8*, unsigned int)'
Bug: 153614920
Bug: 188620248
Change-Id: Ic51a3d2c33718d2da41a6b6a9f9578a00322e9d6
Signed-off-by:
Eric Biggers <ebiggers@google.com>
[ardb: refresh]
Signed-off-by:
Ard Biesheuvel <ardb@google.com>
Loading
Please sign in to comment