Searched refs:preparse (Results 1 – 16 of 16) sorted by relevance
/linux/security/keys/ |
H A D | key.c | 514 if (key->type->preparse) { in key_instantiate_and_link() 515 ret = key->type->preparse(&prep); in key_instantiate_and_link() 546 if (key->type->preparse) in key_instantiate_and_link() 833 (!index_key.description && !index_key.type->preparse)) in __key_create_or_update() 853 if (index_key.type->preparse) { in __key_create_or_update() 854 ret = index_key.type->preparse(&prep); in __key_create_or_update() 953 if (index_key.type->preparse) in __key_create_or_update() 1095 if (key->type->preparse) { in key_update() 1096 ret = key->type->preparse(&prep); in key_update() 1113 if (key->type->preparse) in key_update()
|
H A D | user_defined.c | 25 .preparse = user_preparse, 45 .preparse = user_preparse,
|
H A D | request_key_auth.c | 33 .preparse = request_key_auth_preparse,
|
H A D | big_key.c | 44 .preparse = big_key_preparse,
|
H A D | keyring.c | 87 .preparse = keyring_preparse,
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_key_type.c | 72 .preparse = pkcs7_preparse,
|
H A D | asymmetric_type.c | 612 .preparse = asymmetric_key_preparse,
|
/linux/include/linux/ |
H A D | key-type.h | 85 int (*preparse)(struct key_preparsed_payload *prep); member
|
/linux/net/rxrpc/ |
H A D | server_key.c | 40 .preparse = rxrpc_preparse_s,
|
H A D | key.c | 39 .preparse = rxrpc_preparse,
|
/linux/drivers/nvme/common/ |
H A D | keyring.c | 82 .preparse = user_preparse,
|
/linux/net/dns_resolver/ |
H A D | dns_key.c | 325 .preparse = dns_resolver_preparse,
|
/linux/fs/nfs/ |
H A D | nfs4idmap.c | 188 .preparse = user_preparse, 413 .preparse = user_preparse,
|
/linux/net/ceph/ |
H A D | crypto.c | 335 .preparse = ceph_key_preparse,
|
/linux/Documentation/security/keys/ |
H A D | core.rst | 1436 * ``int (*preparse)(struct key_preparsed_payload *prep);`` 1470 This method is only required if the preparse() method is provided, 1473 preparse() method. It will always be called after preparse() returns 1484 blob. If preparse() was supplied then other fields may be filled in also. 1507 blob. If preparse() was supplied then other fields may be filled in also.
|
/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 274 This is called to preparse the key from the key creation and update paths.
|