Home
last modified time | relevance | path

Searched refs:preparse (Results 1 – 16 of 16) sorted by relevance

/linux/security/keys/
H A Dkey.c515 if (key->type->preparse) { in key_instantiate_and_link()
516 ret = key->type->preparse(&prep); in key_instantiate_and_link()
547 if (key->type->preparse) in key_instantiate_and_link()
836 (!index_key.description && !index_key.type->preparse)) in __key_create_or_update()
856 if (index_key.type->preparse) { in __key_create_or_update()
857 ret = index_key.type->preparse(&prep); in __key_create_or_update()
956 if (index_key.type->preparse) in __key_create_or_update()
1098 if (key->type->preparse) { in key_update()
1099 ret = key->type->preparse(&prep); in key_update()
1116 if (key->type->preparse) in key_update()
[all...]
H A Duser_defined.c25 .preparse = user_preparse,
45 .preparse = user_preparse,
81 * Free a preparse of a user defined key payload
H A Dbig_key.c44 .preparse = big_key_preparse,
H A Drequest_key_auth.c33 .preparse = request_key_auth_preparse,
H A Dkeyring.c87 .preparse = keyring_preparse,
129 * Free a preparse of a user defined key payload
/linux/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c72 .preparse = pkcs7_preparse,
H A Dasymmetric_type.c436 * Clean up the preparse data
602 .preparse = asymmetric_key_preparse,
/linux/include/linux/
H A Dkey-type.h24 * def_datalen from the key type. Then if the preparse() op is provided by the
28 * If the preparse() op is given, the free_preparse() op will be called to
85 int (*preparse)(struct key_preparsed_payload *prep); member
87 /* Free a preparse data structure.
/linux/net/rxrpc/
H A Dserver_key.c40 .preparse = rxrpc_preparse_s,
H A Dkey.c39 .preparse = rxrpc_preparse,
565 * Clean up preparse data.
/linux/drivers/nvme/common/
H A Dkeyring.c81 .preparse = user_preparse,
/linux/net/dns_resolver/
H A Ddns_key.c234 * Clean up the preparse data
325 .preparse = dns_resolver_preparse,
/linux/fs/nfs/
H A Dnfs4idmap.c188 .preparse = user_preparse,
413 .preparse = user_preparse,
/linux/net/ceph/
H A Dcrypto.c335 .preparse = ceph_key_preparse,
/linux/fs/crypto/
H A Dkeyring.c674 .preparse = fscrypt_provisioning_key_preparse,
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst274 This is called to preparse the key from the key creation and update paths.