Home
last modified time | relevance | path

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

1234

/linux-6.1.9/drivers/virt/coco/sev-guest/
Dsev-guest.c45 struct snp_guest_crypto *crypto; member
146 struct snp_guest_crypto *crypto; in init_crypto() local
190 static void deinit_crypto(struct snp_guest_crypto *crypto) in deinit_crypto()
198 static int enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, in enc_dec_message()
243 struct snp_guest_crypto *crypto = snp_dev->crypto; in __enc_payload() local
255 struct snp_guest_crypto *crypto = snp_dev->crypto; in dec_payload() local
267 struct snp_guest_crypto *crypto = snp_dev->crypto; in verify_and_dec_payload() local
412 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_report() local
451 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_derived_key() local
493 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_ext_report() local
/linux-6.1.9/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-6.1.9/arch/arm64/boot/dts/allwinner/
Dsun50i-h5.dtsi115 crypto: crypto@1c15000 { label
/linux-6.1.9/arch/arm/boot/dts/
Dsun8i-h3.dtsi199 crypto: crypto@1c15000 { label
Dsun8i-a33.dtsi217 crypto: crypto-engine@1c15000 { label
Dgemini.dtsi379 crypto: crypto@62000000 { label
Dimx7ulp.dtsi125 crypto: crypto@40240000 { label
Dqcom-ipq4019.dtsi316 crypto: crypto@8e3a000 { label
Dvfxxx.dtsi733 crypto: crypto@400f0000 { label
/linux-6.1.9/drivers/block/drbd/
Ddrbd_nl.c2282 struct crypto { struct
2283 struct crypto_shash *verify_tfm; argument
2284 struct crypto_shash *csums_tfm; argument
2285 struct crypto_shash *cram_hmac_tfm; argument
2286 struct crypto_shash *integrity_tfm; argument
2305 alloc_crypto(struct crypto *crypto, struct net_conf *new_net_conf) in alloc_crypto()
2333 static void free_crypto(struct crypto *crypto) in free_crypto()
2350 struct crypto crypto = { }; in drbd_adm_net_opts() local
2490 struct crypto crypto = { }; in drbd_adm_connect() local
/linux-6.1.9/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-6.1.9/arch/arm64/boot/dts/freescale/
Dfsl-ls1012a.dtsi192 crypto: crypto@1700000 { label
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dipq8074.dtsi288 crypto: crypto@73a000 { label
Dipq6018.dtsi200 crypto: crypto@73a000 { label
/linux-6.1.9/arch/arm64/boot/dts/marvell/
Darmada-37xx.dtsi426 crypto: crypto@90000 { label
/linux-6.1.9/arch/arm64/boot/dts/ti/
Dk3-am62-main.dtsi174 crypto: crypto@40900000 { label
/linux-6.1.9/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