Home
last modified time | relevance | path

Searched refs:free_preparse (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/security/keys/
Duser_defined.c26 .free_preparse = user_free_preparse,
46 .free_preparse = user_free_preparse,
Dkey.c547 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()
Dbig_key.c45 .free_preparse = big_key_free_preparse,
Drequest_key_auth.c34 .free_preparse = request_key_auth_free_preparse,
Dkeyring.c88 .free_preparse = keyring_free_preparse,
/linux-6.1.9/crypto/asymmetric_keys/
Dpkcs7_key_type.c73 .free_preparse = user_free_preparse,
Dasymmetric_type.c613 .free_preparse = asymmetric_key_free_preparse,
/linux-6.1.9/include/linux/
Dkey-type.h88 void (*free_preparse)(struct key_preparsed_payload *prep); member
/linux-6.1.9/net/rxrpc/
Dserver_key.c41 .free_preparse = rxrpc_free_preparse_s,
Dkey.c40 .free_preparse = rxrpc_free_preparse,
/linux-6.1.9/net/dns_resolver/
Ddns_key.c319 .free_preparse = dns_resolver_free_preparse,
/linux-6.1.9/fs/nfs/
Dnfs4idmap.c189 .free_preparse = user_free_preparse,
414 .free_preparse = user_free_preparse,
/linux-6.1.9/net/ceph/
Dcrypto.c348 .free_preparse = ceph_key_free_preparse,
/linux-6.1.9/fs/crypto/
Dkeyring.c611 .free_preparse = fscrypt_provisioning_key_free_preparse,
/linux-6.1.9/Documentation/security/keys/
Dcore.rst1468 * ``void (*free_preparse)(struct key_preparsed_payload *prep);``
1498 free_preparse method doesn't release the data.