Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dkey.c513 if (key->type->preparse) { in key_instantiate_and_link()
514 ret = key->type->preparse(&prep); in key_instantiate_and_link()
545 if (key->type->preparse) in key_instantiate_and_link()
821 (!index_key.description && !index_key.type->preparse)) in __key_create_or_update()
841 if (index_key.type->preparse) { in __key_create_or_update()
842 ret = index_key.type->preparse(&prep); in __key_create_or_update()
941 if (index_key.type->preparse) in __key_create_or_update()
1084 if (key->type->preparse) { in key_update()
1085 ret = key->type->preparse(&prep); in key_update()
1102 if (key->type->preparse) in key_update()
H A Duser_defined.c25 .preparse = user_preparse,
45 .preparse = user_preparse,
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,
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c72 .preparse = pkcs7_preparse,
H A Dasymmetric_type.c611 .preparse = asymmetric_key_preparse,
/openbmc/linux/include/linux/
H A Dkey-type.h85 int (*preparse)(struct key_preparsed_payload *prep); member
/openbmc/linux/net/rxrpc/
H A Dserver_key.c40 .preparse = rxrpc_preparse_s,
H A Dkey.c39 .preparse = rxrpc_preparse,
/openbmc/linux/net/dns_resolver/
H A Ddns_key.c325 .preparse = dns_resolver_preparse,
/openbmc/linux/fs/nfs/
H A Dnfs4idmap.c188 .preparse = user_preparse,
413 .preparse = user_preparse,
/openbmc/linux/net/ceph/
H A Dcrypto.c347 .preparse = ceph_key_preparse,
/openbmc/linux/arch/s390/kernel/
H A Dcert_store.c155 .preparse = user_preparse,
/openbmc/linux/fs/crypto/
H A Dkeyring.c607 .preparse = fscrypt_provisioning_key_preparse,
/openbmc/linux/Documentation/security/keys/
H A Dcore.rst1436 * ``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.
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst274 This is called to preparse the key from the key creation and update paths.