Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ high32_value
Function
high32_value
dpdk/drivers/crypto/ccp/ccp_dev.h:453–457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
static inline uint32_t
454
high32_value(unsigned long addr)
455
{
456
return ((uint64_t)addr >> 32) & 0x00000ffff;
457
}
458
459
/*
460
* Start CCP device
Callers
10
ccp_add_device
Function · 0.70
ccp_perform_passthru
Function · 0.70
ccp_perform_hmac
Function · 0.70
ccp_perform_sha
Function · 0.70
ccp_perform_sha3_hmac
Function · 0.70
ccp_perform_sha3
Function · 0.70
ccp_perform_aes_cmac
Function · 0.70
ccp_perform_aes
Function · 0.70
ccp_perform_3des
Function · 0.70
ccp_perform_aes_gcm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected