Home
last modified time | relevance | path

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

/linux-6.12.1/security/integrity/evm/
Devm_crypto.c157 if (type != EVM_XATTR_PORTABLE_DIGSIG) { in hmac_add_misc()
174 type != EVM_XATTR_PORTABLE_DIGSIG) in hmac_add_misc()
258 if (type != EVM_XATTR_PORTABLE_DIGSIG && !xattr->enabled) in evm_calc_hmac_or_hash()
307 if (type == EVM_XATTR_PORTABLE_DIGSIG && !ima_present) in evm_calc_hmac_or_hash()
350 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) in evm_is_immutable()
Devm_main.c242 case EVM_XATTR_PORTABLE_DIGSIG: in evm_verify_hmac()
263 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) { in evm_verify_hmac()
603 xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) in evm_inode_setxattr()
997 case EVM_XATTR_PORTABLE_DIGSIG: in evm_inode_copy_up_xattr()
/linux-6.12.1/security/integrity/
Dintegrity.h28 EVM_XATTR_PORTABLE_DIGSIG, enumerator
/linux-6.12.1/security/integrity/ima/
Dima_template_lib.c623 if (rc <= 0 || xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) { in ima_eventevmsig_init()
Dima_appraise.c773 digsig = (xvalue->type == EVM_XATTR_PORTABLE_DIGSIG); in ima_inode_setxattr()