Searched refs:text (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | fips140-module.c | 505 const void *text; member 515 saved_integrity_check_info.text, in fips140_text_read() 535 static void fips140_init_integrity_debug_files(const void *text, int textsize, in fips140_init_integrity_debug_files() argument 543 saved_integrity_check_info.text = kmemdup(text, textsize, GFP_KERNEL); in fips140_init_integrity_debug_files() 545 if (saved_integrity_check_info.text) in fips140_init_integrity_debug_files() 557 static void fips140_init_integrity_debug_files(const void *text, int textsize, 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/ 112 adb pull /data/local/tmp/text text.checked 114 llvm-objcopy -O binary --only-section=.text fips140.ko text.orig 116 for f in {text,rodata}.{orig,checked}; do xxd -g1 $f > $f.xxd; done 117 vimdiff text.{orig,checked}.xxd
|