Searched refs:preparse (Results 1 – 16 of 16) sorted by relevance
/linux/security/keys/ |
H A D | key.c | 515 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 D | user_defined.c | 25 .preparse = user_preparse, 45 .preparse = user_preparse, 81 * Free a preparse of a user defined key payload
|
H A D | big_key.c | 44 .preparse = big_key_preparse,
|
H A D | request_key_auth.c | 33 .preparse = request_key_auth_preparse,
|
H A D | keyring.c | 87 .preparse = keyring_preparse, 129 * Free a preparse of a user defined key payload
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_key_type.c | 72 .preparse = pkcs7_preparse,
|
H A D | asymmetric_type.c | 436 * Clean up the preparse data 602 .preparse = asymmetric_key_preparse,
|
/linux/include/linux/ |
H A D | key-type.h | 24 * 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 D | server_key.c | 40 .preparse = rxrpc_preparse_s,
|
H A D | key.c | 39 .preparse = rxrpc_preparse, 565 * Clean up preparse data.
|
/linux/drivers/nvme/common/ |
H A D | keyring.c | 81 .preparse = user_preparse,
|
/linux/net/dns_resolver/ |
H A D | dns_key.c | 234 * Clean up the preparse data 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/fs/crypto/ |
H A D | keyring.c | 674 .preparse = fscrypt_provisioning_key_preparse,
|
/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 274 This is called to preparse the key from the key creation and update paths.
|