Searched refs:dh (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | dh.c | 16 struct drvcrypt_dh *dh = NULL; in crypto_acipher_alloc_dh_keypair() local 24 dh = drvcrypt_get_ops(CRYPTO_DH); in crypto_acipher_alloc_dh_keypair() 25 if (dh) in crypto_acipher_alloc_dh_keypair() 26 ret = dh->alloc_keypair(key, size_bits); in crypto_acipher_alloc_dh_keypair() 37 struct drvcrypt_dh *dh = NULL; in crypto_acipher_gen_dh_key() local 47 dh = drvcrypt_get_ops(CRYPTO_DH); in crypto_acipher_gen_dh_key() 48 if (dh) in crypto_acipher_gen_dh_key() 49 ret = dh->gen_keypair(key, q, xbits); in crypto_acipher_gen_dh_key() 62 struct drvcrypt_dh *dh = NULL; in crypto_acipher_dh_shared_secret() local 71 dh = drvcrypt_get_ops(CRYPTO_DH); in crypto_acipher_dh_shared_secret() [all …]
|
| H A D | sub.mk | 3 srcs-$(CFG_CRYPTO_DRV_DH) += dh.c
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp157c-dhcom-pdk2.dts | 20 compatible = "dh,stm32mp157c-dhcom-pdk2", "dh,stm32mp157c-dhcom-som",
|
| H A D | stm32mp157a-dhcor-avenger96.dts | 22 compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 297 srcs-$(_CFG_CORE_LTC_DH) += dh.c 298 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh.c 299 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_check_pubkey.c 300 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_export.c 301 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_export_key.c 302 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_free.c 303 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_generate_key.c 304 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_import.c 305 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_make_key.c 306 srcs-$(_CFG_CORE_LTC_DH) += src/pk/dh/dh_set.c [all …]
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | sub.mk | 29 srcs-$(CFG_CRYPTO_DH) += dh.c
|
| /optee_os/core/tee/ |
| H A D | fs_dirfile.c | 245 static TEE_Result find_empty_idx(struct tee_fs_dirfile_dirh *dh, int *idx) in find_empty_idx() argument 252 res = read_dent(dh, n, &dent); in find_empty_idx()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | conf.mk | 61 flavorlist-dh-platforms = $(flavor_dts_file-157A_DHCOR_AVENGER96) \ 95 ifneq ($(filter $(CFG_EMBED_DTB_SOURCE_FILE),$(flavorlist-dh-platforms)),)
|