Home
last modified time | relevance | path

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

/crypto/
Dfips140-module.c574 void *textcopy, *rodatacopy; in check_fips140_module_hmac() local
585 textcopy = kmalloc(textsize + rodatasize, GFP_KERNEL); in check_fips140_module_hmac()
586 if (!textcopy) { in check_fips140_module_hmac()
591 rodatacopy = textcopy + textsize; in check_fips140_module_hmac()
593 memcpy(textcopy, fips140_text_start, textsize); in check_fips140_module_hmac()
597 unapply_text_relocations(textcopy, textsize, in check_fips140_module_hmac()
605 unapply_scs_patch(textcopy, textsize); in check_fips140_module_hmac()
607 fips140_init_integrity_debug_files(textcopy, textsize, in check_fips140_module_hmac()
610 fips140_inject_integrity_failure(textcopy); in check_fips140_module_hmac()
626 crypto_shash_update(desc, textcopy, textsize) ?: in check_fips140_module_hmac()
[all …]
Dfips140-module.h26 void fips140_inject_integrity_failure(u8 *textcopy);
32 static inline void fips140_inject_integrity_failure(u8 *textcopy) in fips140_inject_integrity_failure() argument
Dfips140-eval-testing.c61 void fips140_inject_integrity_failure(u8 *textcopy) in fips140_inject_integrity_failure() argument
64 textcopy[0] ^= 0xff; in fips140_inject_integrity_failure()