Home
last modified time | relevance | path

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

/crypto/
Dfips140-module.c506 int textsize; member
516 saved_integrity_check_info.textsize); 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()
544 saved_integrity_check_info.textsize = textsize; 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
575 int textsize, rodatasize; in check_fips140_module_hmac() local
579 textsize = &__fips140_text_end - &__fips140_text_start; in check_fips140_module_hmac()
582 pr_info("text size : 0x%x\n", textsize); in check_fips140_module_hmac()
585 textcopy = kmalloc(textsize + rodatasize, GFP_KERNEL); in check_fips140_module_hmac()
[all …]