Home
last modified time | relevance | path

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

/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.c229 case EVM_XATTR_PORTABLE_DIGSIG: in evm_verify_hmac()
251 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) { in evm_verify_hmac()
640 xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) in evm_inode_setxattr()
/security/integrity/
Dintegrity.h79 EVM_XATTR_PORTABLE_DIGSIG, enumerator
/security/integrity/ima/
Dima_template_lib.c548 if (xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) { in ima_eventevmsig_init()
Dima_appraise.c661 digsig = (xvalue->type == EVM_XATTR_PORTABLE_DIGSIG); in ima_inode_setxattr()