Lines Matching refs:textcopy
459 void *textcopy, *rodatacopy; in check_fips140_module_hmac() local
470 textcopy = kmalloc(textsize + rodatasize, GFP_KERNEL); in check_fips140_module_hmac()
471 if (!textcopy) { in check_fips140_module_hmac()
476 rodatacopy = textcopy + textsize; in check_fips140_module_hmac()
478 memcpy(textcopy, __text_start, textsize); in check_fips140_module_hmac()
482 unapply_text_relocations(textcopy, textsize, in check_fips140_module_hmac()
490 unapply_scs_patch(textcopy, textsize); in check_fips140_module_hmac()
492 fips140_init_integrity_debug_files(textcopy, textsize, in check_fips140_module_hmac()
495 fips140_inject_integrity_failure(textcopy); in check_fips140_module_hmac()
511 crypto_shash_update(desc, textcopy, textsize) ?: in check_fips140_module_hmac()
540 kfree_sensitive(textcopy); in check_fips140_module_hmac()