函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\key.h Create Date:2022-07-27 06:42:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:key_serial

函数原型:static inline key_serial_t key_serial(const struct key *key)

返回类型:key_serial_t

参数:

类型参数名称
const struct key *key
414  返回:如果key key serial number 否则0
调用者
名称描述
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.