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