Searched refs:rodata (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | fips140-module.c | 507 const void *rodata; member 523 saved_integrity_check_info.rodata, in fips140_rodata_read() 536 const void *rodata, in fips140_init_integrity_debug_files() argument 549 saved_integrity_check_info.rodata = kmemdup(rodata, rodatasize, in fips140_init_integrity_debug_files() 552 if (saved_integrity_check_info.rodata) in fips140_init_integrity_debug_files() 558 const void *rodata, in fips140_init_integrity_debug_files() argument
|
D | Kconfig | 88 of the text and rodata sections at the appropriate places so that 98 the text and rodata that were used for the integrity check, i.e. the 99 runtime text and rodata with relocations and code patches unapplied. 111 adb shell cp /sys/kernel/debug/fips140/{text,rodata} /data/local/tmp/ 113 adb pull /data/local/tmp/rodata rodata.checked 115 llvm-objcopy -O binary --only-section=.rodata fips140.ko rodata.orig 116 for f in {text,rodata}.{orig,checked}; do xxd -g1 $f > $f.xxd; done 118 vimdiff rodata.{orig,checked}.xxd
|