Home
last modified time | relevance | path

Searched defs:crypto (Results 1 – 25 of 88) sorted by relevance

1234

/Linux-v6.6/drivers/virt/coco/sev-guest/
Dsev-guest.c48 struct snp_guest_crypto *crypto; member
157 struct snp_guest_crypto *crypto; in init_crypto() local
199 static void deinit_crypto(struct snp_guest_crypto *crypto) in deinit_crypto()
207 static int enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, in enc_dec_message()
252 struct snp_guest_crypto *crypto = snp_dev->crypto; in __enc_payload() local
264 struct snp_guest_crypto *crypto = snp_dev->crypto; in dec_payload() local
276 struct snp_guest_crypto *crypto = snp_dev->crypto; in verify_and_dec_payload() local
475 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_report() local
514 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_derived_key() local
555 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_ext_report() local
/Linux-v6.6/arch/powerpc/boot/dts/fsl/
Dqoriq-sec4.0-0.dtsi35 crypto: crypto@300000 { label
Dqoriq-sec4.2-0.dtsi35 crypto: crypto@300000 { label
Dqoriq-sec5.0-0.dtsi35 crypto: crypto@300000 { label
Dqoriq-sec5.2-0.dtsi35 crypto: crypto@300000 { label
Dqoriq-sec5.3-0.dtsi35 crypto: crypto@300000 { label
Dp1023si-post.dtsi212 crypto: crypto@300000 { label
Dp2041si-post.dtsi425 crypto: crypto@300000 { label
Dp3041si-post.dtsi436 crypto: crypto@300000 { label
Dp4080si-post.dtsi440 crypto: crypto@300000 { label
/Linux-v6.6/arch/arm64/boot/dts/allwinner/
Dsun50i-h5.dtsi115 crypto: crypto@1c15000 { label
/Linux-v6.6/arch/arm/boot/dts/allwinner/
Dsun8i-h3.dtsi199 crypto: crypto@1c15000 { label
Dsun8i-a33.dtsi217 crypto: crypto-engine@1c15000 { label
/Linux-v6.6/drivers/block/drbd/
Ddrbd_nl.c2304 struct crypto { struct
2305 struct crypto_shash *verify_tfm; argument
2306 struct crypto_shash *csums_tfm; argument
2307 struct crypto_shash *cram_hmac_tfm; argument
2308 struct crypto_shash *integrity_tfm; argument
2327 alloc_crypto(struct crypto *crypto, struct net_conf *new_net_conf) in alloc_crypto()
2355 static void free_crypto(struct crypto *crypto) in free_crypto()
2372 struct crypto crypto = { }; in drbd_adm_net_opts() local
2512 struct crypto crypto = { }; in drbd_adm_connect() local
/Linux-v6.6/arch/arm/boot/dts/gemini/
Dgemini.dtsi377 crypto: crypto@62000000 { label
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/
Dimx7ulp.dtsi125 crypto: crypto@40240000 { label
/Linux-v6.6/drivers/net/wireless/ralink/rt2x00/
Drt2x00mac.c436 static void memcpy_tkip(struct rt2x00lib_crypto *crypto, u8 *key, u8 key_len) in memcpy_tkip()
462 struct rt2x00lib_crypto crypto; in rt2x00mac_set_key() local
/Linux-v6.6/arch/arm64/boot/dts/freescale/
Dfsl-ls1012a.dtsi192 crypto: crypto@1700000 { label
/Linux-v6.6/arch/arm/boot/dts/qcom/
Dqcom-ipq4019.dtsi321 crypto: crypto@8e3a000 { label
/Linux-v6.6/arch/arm64/boot/dts/marvell/
Darmada-37xx.dtsi431 crypto: crypto@90000 { label
/Linux-v6.6/arch/arm64/boot/dts/mediatek/
Dmt7986a.dtsi228 crypto: crypto@10320000 { label
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dipq6018.dtsi345 crypto: crypto@73a000 { label
Dipq9574.dtsi237 crypto: crypto@73a000 { label
Dipq8074.dtsi318 crypto: crypto@73a000 { label
/Linux-v6.6/net/tipc/
Dcrypto.c153 struct tipc_crypto *crypto; member
310 #define is_tx(crypto) (!(crypto)->node) argument
311 #define is_rx(crypto) (!is_tx(crypto)) argument
1457 int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net, in tipc_crypto_start()
1513 void tipc_crypto_stop(struct tipc_crypto **crypto) in tipc_crypto_stop()

1234