Searched refs:dh (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
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() 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() 72 if (dh) { in crypto_acipher_dh_shared_secret() [all …]
|
A D | sub.mk | 3 srcs-$(CFG_CRYPTO_DRV_DH) += dh.c
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
A D | sub.mk | 1 srcs-y += dh.c 2 cflags-dh.c-y += -Wno-unused-variable
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp157c-dhcom-pdk2.dts | 20 compatible = "dh,stm32mp157c-dhcom-pdk2", "dh,stm32mp157c-dhcom-som",
|
A D | stm32mp157a-dhcor-avenger96.dts | 22 compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ |
A D | sub.mk | 6 subdirs-$(_CFG_CORE_LTC_DH) += dh
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | sub.mk | 28 srcs-$(CFG_CRYPTO_DH) += dh.c
|
/optee_os-3.20.0/core/tee/ |
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-3.20.0/core/lib/libtomcrypt/ |
A D | sub.mk | 128 srcs-$(_CFG_CORE_LTC_DH) += dh.c
|
Completed in 8 milliseconds