Searched refs:free_preparse (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/security/keys/ |
D | user_defined.c | 30 .free_preparse = user_free_preparse, 50 .free_preparse = user_free_preparse,
|
D | big_key.c | 47 .free_preparse = big_key_free_preparse,
|
D | key.c | 505 key->type->free_preparse(&prep); in key_instantiate_and_link() 896 index_key.type->free_preparse(&prep); in key_create_or_update() 966 key->type->free_preparse(&prep); in key_update()
|
D | request_key_auth.c | 39 .free_preparse = request_key_auth_free_preparse,
|
D | keyring.c | 90 .free_preparse = keyring_free_preparse,
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 92 .free_preparse = user_free_preparse,
|
D | asymmetric_type.c | 365 .free_preparse = asymmetric_key_free_preparse,
|
/linux-4.4.14/include/linux/ |
D | key-type.h | 96 void (*free_preparse)(struct key_preparsed_payload *prep); member
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_key.c | 255 .free_preparse = dns_resolver_free_preparse,
|
/linux-4.4.14/fs/nfs/ |
D | nfs4idmap.c | 179 .free_preparse = user_free_preparse, 402 .free_preparse = user_free_preparse,
|
/linux-4.4.14/net/ceph/ |
D | crypto.c | 568 .free_preparse = ceph_key_free_preparse,
|
/linux-4.4.14/net/rxrpc/ |
D | ar-key.c | 45 .free_preparse = rxrpc_free_preparse, 61 .free_preparse = rxrpc_free_preparse_s,
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 1177 (*) void (*free_preparse)(struct key_preparsed_payload *prep); 1207 free_preparse method doesn't release the data.
|