Searched defs:state_sz (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_set_nested_state_test.c | 92 const int state_sz = sizeof(struct kvm_nested_state) + getpagesize(); in test_vmx_nested_state() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_set_nested_state_test.c | 91 const int state_sz = sizeof(struct kvm_nested_state) + getpagesize(); in test_vmx_nested_state() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_net.c | 23 static const u32 state_sz = sizeof(struct octep_ctrl_net_h2f_req_cmd_state); variable
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 52 u8 state_sz; /* expected state size, only set once */ member 1191 safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_setkey() argument 1214 safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_alg_setkey() argument [all...] |
H A D | safexcel_cipher.c | 63 u32 state_sz; member [all...] |
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 64 u32 state_sz; member [all...] |
H A D | safexcel_hash.c | 54 u8 state_sz; /* expected state size, only set once */ member 1167 safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_setkey() argument 1190 safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen, const char *alg, unsigned int state_sz) safexcel_hmac_alg_setkey() argument [all...] |
Completed in 12 milliseconds