Home
last modified time | relevance | path

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

/linux-4.4.14/security/keys/
Dkey.c486 if (key->type->preparse) { in key_instantiate_and_link()
487 ret = key->type->preparse(&prep); in key_instantiate_and_link()
504 if (key->type->preparse) in key_instantiate_and_link()
801 (!index_key.description && !index_key.type->preparse)) in key_create_or_update()
818 if (index_key.type->preparse) { in key_create_or_update()
819 ret = index_key.type->preparse(&prep); in key_create_or_update()
895 if (index_key.type->preparse) in key_create_or_update()
949 if (key->type->preparse) { in key_update()
950 ret = key->type->preparse(&prep); in key_update()
965 if (key->type->preparse) in key_update()
Duser_defined.c29 .preparse = user_preparse,
49 .preparse = user_preparse,
Dbig_key.c46 .preparse = big_key_preparse,
Drequest_key_auth.c38 .preparse = request_key_auth_preparse,
Dkeyring.c89 .preparse = keyring_preparse,
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_key_type.c91 .preparse = pkcs7_preparse,
Dasymmetric_type.c364 .preparse = asymmetric_key_preparse,
/linux-4.4.14/include/linux/
Dkey-type.h92 int (*preparse)(struct key_preparsed_payload *prep); member
/linux-4.4.14/net/dns_resolver/
Ddns_key.c254 .preparse = dns_resolver_preparse,
/linux-4.4.14/fs/nfs/
Dnfs4idmap.c178 .preparse = user_preparse,
401 .preparse = user_preparse,
/linux-4.4.14/net/ceph/
Dcrypto.c567 .preparse = ceph_key_preparse,
/linux-4.4.14/net/rxrpc/
Dar-key.c44 .preparse = rxrpc_preparse,
60 .preparse = rxrpc_preparse_s,
/linux-4.4.14/Documentation/security/
Dkeys.txt1145 (*) int (*preparse)(struct key_preparsed_payload *prep);
1179 This method is only required if the preparse() method is provided,
1182 preparse() method. It will always be called after preparse() returns
1193 blob. If preparse() was supplied then other fields may be filled in also.
1216 blob. If preparse() was supplied then other fields may be filled in also.
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt261 This is called to preparse the key from the key creation and update paths.