Home
last modified time | relevance | path

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

12345

/openbmc/qemu/backends/
H A Dcryptodev-vhost.c37 CryptoDevBackendVhost *crypto) in cryptodev_vhost_get_max_queues()
42 void cryptodev_vhost_cleanup(CryptoDevBackendVhost *crypto) in cryptodev_vhost_cleanup()
53 CryptoDevBackendVhost *crypto; in cryptodev_vhost_init() local
83 cryptodev_vhost_start_one(CryptoDevBackendVhost *crypto, in cryptodev_vhost_start_one()
110 cryptodev_vhost_stop_one(CryptoDevBackendVhost *crypto, in cryptodev_vhost_stop_one()
142 cryptodev_vhost_set_vq_index(CryptoDevBackendVhost *crypto, in cryptodev_vhost_set_vq_index()
153 CryptoDevBackendVhost *crypto = in vhost_set_vring_enable() local
306 cryptodev_vhost_get_max_queues(CryptoDevBackendVhost *crypto) in cryptodev_vhost_get_max_queues()
311 void cryptodev_vhost_cleanup(CryptoDevBackendVhost *crypto) in cryptodev_vhost_cleanup()
/openbmc/qemu/block/
H A Dcrypto.c67 BlockCrypto *crypto = bs->opaque; in block_crypto_read_func() local
90 BlockCrypto *crypto = bs->opaque; in block_crypto_write_func() local
315 BlockCrypto *crypto = bs->opaque; in block_crypto_open_generic() local
392 QCryptoBlock *crypto = NULL; in block_crypto_co_create_generic() local
436 BlockCrypto *crypto = bs->opaque; in block_crypto_co_truncate() local
452 BlockCrypto *crypto = bs->opaque; in block_crypto_close() local
473 BlockCrypto *crypto = bs->opaque; in block_crypto_co_preadv() local
535 BlockCrypto *crypto = bs->opaque; in block_crypto_co_pwritev() local
596 BlockCrypto *crypto = bs->opaque; in block_crypto_refresh_limits() local
605 BlockCrypto *crypto = bs->opaque; in block_crypto_co_getlength() local
[all …]
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c48 struct snp_guest_crypto *crypto; member
162 struct snp_guest_crypto *crypto; in init_crypto() local
204 static void deinit_crypto(struct snp_guest_crypto *crypto) in deinit_crypto()
212 static int enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, in enc_dec_message()
257 struct snp_guest_crypto *crypto = snp_dev->crypto; in __enc_payload() local
269 struct snp_guest_crypto *crypto = snp_dev->crypto; in dec_payload() local
281 struct snp_guest_crypto *crypto = snp_dev->crypto; in verify_and_dec_payload() local
480 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_report() local
520 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_derived_key() local
561 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_ext_report() local
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/
H A Dcore.c15 struct cfg80211_crypto_settings *crypto) in brcmf_wcc_set_sae_pwd()
/openbmc/phosphor-net-ipmid/
H A Dprng.hpp3 namespace crypto namespace
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/
H A Dcore.c15 struct cfg80211_crypto_settings *crypto) in brcmf_cyw_set_sae_pwd()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dqoriq-sec5.2-0.dtsi35 crypto: crypto@300000 { label
H A Dqoriq-sec5.3-0.dtsi35 crypto: crypto@300000 { label
H A Dqoriq-sec4.0-0.dtsi35 crypto: crypto@300000 { label
H A Dqoriq-sec5.0-0.dtsi35 crypto: crypto@300000 { label
H A Dqoriq-sec4.2-0.dtsi35 crypto: crypto@300000 { label
H A Dp1023si-post.dtsi212 crypto: crypto@300000 { label
H A Dp3041si-post.dtsi436 crypto: crypto@300000 { label
H A Dp2041si-post.dtsi425 crypto: crypto@300000 { label
H A Dp4080si-post.dtsi440 crypto: crypto@300000 { label
/openbmc/pam-ipmi/
H A Dmeson.build32 crypto = dependency('libcrypto', version : '>=3.0.0') variable
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.h40 struct cfg80211_crypto_settings *crypto) in brcmf_fwvid_set_sae_password()
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5.dtsi115 crypto: crypto@1c15000 { label
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h3.dtsi199 crypto: crypto@1c15000 { label
H A Dsun8i-a33.dtsi217 crypto: crypto-engine@1c15000 { label
/openbmc/phosphor-webui/
H A Dwebpack.config.js7 const crypto = require('crypto'); constant
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini.dtsi377 crypto: crypto@62000000 { label
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a33.dtsi248 crypto: crypto-engine@1c15000 { label
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7ulp.dtsi125 crypto: crypto@40240000 { label
/openbmc/linux/drivers/block/drbd/
H A 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

12345