Home
last modified time | relevance | path

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

/Linux-v6.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()
246 if (type != EVM_XATTR_PORTABLE_DIGSIG && !xattr->enabled) in evm_calc_hmac_or_hash()
299 if (type == EVM_XATTR_PORTABLE_DIGSIG && !ima_present) in evm_calc_hmac_or_hash()
341 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) in evm_is_immutable()
Devm_main.c223 case EVM_XATTR_PORTABLE_DIGSIG: in evm_verify_hmac()
245 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) { in evm_verify_hmac()
645 xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) in evm_inode_setxattr()
/Linux-v6.1/security/integrity/
Dintegrity.h81 EVM_XATTR_PORTABLE_DIGSIG, enumerator
/Linux-v6.1/security/integrity/ima/
Dima_appraise.c767 digsig = (xvalue->type == EVM_XATTR_PORTABLE_DIGSIG); in ima_inode_setxattr()
Dima_template_lib.c607 if (xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) { in ima_eventevmsig_init()