Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\key.h Create Date:2022-07-28 05:40:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:key_serial

Proto:static inline key_serial_t key_serial(const struct key *key)

Type:key_serial_t

Parameter:

TypeParameterName
const struct key *key
414  Return If key Then key serial number Else 0
Caller
NameDescribe
key_garbage_collectorReaper for unused keys.
key_invalidatekey_invalidate - Invalidate a key.*@key: The key to be invalidated.* Mark a key as being invalidated and have it cleaned up immediately. The key* is ignored by all searches and other operations from this point.
keyring_read
construct_get_dest_keyringGet the appropriate destination keyring for the request.* The keyring selected is returned with an extra reference upon it which the* caller must release.
construct_alloc_keyAllocate a new key in under-construction state and attempt to link it in to* the requested keyring.* May return a key that's already under construction instead if there was a* race between two thread calling request_key().
construct_key_and_linkCommence key construction.
request_asymmetric_keyRequest an asymmetric key.