Searched refs:rodatasize (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-module.c | 361 int textsize, rodatasize; in check_fips140_module_hmac() local 366 rodatasize = &__fips140_rodata_end - &__fips140_rodata_start; in check_fips140_module_hmac() 369 pr_info("rodata size: 0x%x\n", rodatasize); in check_fips140_module_hmac() 371 textcopy = kmalloc(textsize + rodatasize, GFP_KERNEL); in check_fips140_module_hmac() 380 memcpy(rodatacopy, __rodata_start, rodatasize); in check_fips140_module_hmac() 387 unapply_rodata_relocations(rodatacopy, rodatasize, in check_fips140_module_hmac() 408 crypto_shash_finup(desc, rodatacopy, rodatasize, digest); in check_fips140_module_hmac()
|