Home
last modified time | relevance | path

Searched refs:rodata (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dfips140-module.c392 const void *rodata; member
408 saved_integrity_check_info.rodata, in fips140_rodata_read()
421 const void *rodata, in fips140_init_integrity_debug_files() argument
434 saved_integrity_check_info.rodata = kmemdup(rodata, rodatasize, in fips140_init_integrity_debug_files()
437 if (saved_integrity_check_info.rodata) in fips140_init_integrity_debug_files()
443 const void *rodata, in fips140_init_integrity_debug_files() argument
DKconfig66 the text and rodata that were used for the integrity check, i.e. the
67 runtime text and rodata with relocations and code patches unapplied.
79 adb shell cp /sys/kernel/debug/fips140/{text,rodata} /data/local/tmp/
81 adb pull /data/local/tmp/rodata rodata.checked
83 llvm-objcopy -O binary --only-section=.rodata fips140.ko rodata.orig
84 for f in {text,rodata}.{orig,checked}; do xxd -g1 $f > $f.xxd; done
86 vimdiff rodata.{orig,checked}.xxd