Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/evm/
H A Devm_crypto.c157 if (type != EVM_XATTR_PORTABLE_DIGSIG) { in hmac_add_misc()
174 type != EVM_XATTR_PORTABLE_DIGSIG) in hmac_add_misc()
256 if (type != EVM_XATTR_PORTABLE_DIGSIG && !xattr->enabled) in evm_calc_hmac_or_hash()
298 if (type == EVM_XATTR_PORTABLE_DIGSIG && !ima_present) in evm_calc_hmac_or_hash()
340 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) in evm_is_immutable()
H A Devm_main.c224 case EVM_XATTR_PORTABLE_DIGSIG: in evm_verify_hmac()
246 if (xattr_data->type == EVM_XATTR_PORTABLE_DIGSIG) { in evm_verify_hmac()
585 xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) in evm_inode_setxattr()
/openbmc/linux/security/integrity/
H A Dintegrity.h84 EVM_XATTR_PORTABLE_DIGSIG, enumerator
/openbmc/linux/security/integrity/ima/
H A Dima_template_lib.c621 if (rc <= 0 || xattr_data->type != EVM_XATTR_PORTABLE_DIGSIG) { in ima_eventevmsig_init()
H A Dima_appraise.c772 digsig = (xvalue->type == EVM_XATTR_PORTABLE_DIGSIG); in ima_inode_setxattr()