Searched refs:free_preparse (Results 1 – 15 of 15) sorted by relevance
/linux/security/keys/ |
H A D | user_defined.c | 26 .free_preparse = user_free_preparse, 46 .free_preparse = user_free_preparse,
|
H A D | request_key_auth.c | 34 .free_preparse = request_key_auth_free_preparse,
|
H A D | big_key.c | 45 .free_preparse = big_key_free_preparse,
|
H A D | key.c | 547 key->type->free_preparse(&prep); in key_instantiate_and_link() 954 index_key.type->free_preparse(&prep); in __key_create_or_update() 1114 key->type->free_preparse(&prep); in key_update()
|
H A D | keyring.c | 88 .free_preparse = keyring_free_preparse,
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_key_type.c | 73 .free_preparse = user_free_preparse,
|
H A D | asymmetric_type.c | 613 .free_preparse = asymmetric_key_free_preparse,
|
/linux/include/linux/ |
H A D | key-type.h | 89 void (*free_preparse)(struct key_preparsed_payload *prep); member
|
/linux/net/rxrpc/ |
H A D | server_key.c | 41 .free_preparse = rxrpc_free_preparse_s,
|
H A D | key.c | 40 .free_preparse = rxrpc_free_preparse,
|
/linux/drivers/nvme/common/ |
H A D | keyring.c | 83 .free_preparse = user_free_preparse,
|
/linux/net/dns_resolver/ |
H A D | dns_key.c | 326 .free_preparse = dns_resolver_free_preparse,
|
/linux/fs/nfs/ |
H A D | nfs4idmap.c | 189 .free_preparse = user_free_preparse, 414 .free_preparse = user_free_preparse,
|
/linux/net/ceph/ |
H A D | crypto.c | 336 .free_preparse = ceph_key_free_preparse,
|
/linux/Documentation/security/keys/ |
H A D | core.rst | 1468 * ``void (*free_preparse)(struct key_preparsed_payload *prep);`` 1498 free_preparse method doesn't release the data.
|