Searched refs:ima_post_key_create_or_update (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ima.h | 131 extern void ima_post_key_create_or_update(struct key *keyring, 136 static inline void ima_post_key_create_or_update(struct key *keyring, in ima_post_key_create_or_update() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ima.h | 173 extern void ima_post_key_create_or_update(struct key *keyring, 178 static inline void ima_post_key_create_or_update(struct key *keyring, in ima_post_key_create_or_update() function
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_asymmetric_keys.c | 16 * ima_post_key_create_or_update - measure asymmetric keys 27 void ima_post_key_create_or_update(struct key *keyring, struct key *key, in ima_post_key_create_or_update() function
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_asymmetric_keys.c | 18 * ima_post_key_create_or_update - measure asymmetric keys 29 void ima_post_key_create_or_update(struct key *keyring, struct key *key, in ima_post_key_create_or_update() function
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | key.c | 942 ima_post_key_create_or_update(keyring, key, payload, plen, in key_create_or_update() 976 ima_post_key_create_or_update(keyring, key, in key_create_or_update()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | key.c | 932 ima_post_key_create_or_update(keyring, key, payload, plen, in __key_create_or_update() 966 ima_post_key_create_or_update(keyring, key, in __key_create_or_update()
|
Completed in 5 milliseconds