Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Ddh.c16 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 Dsub.mk3 srcs-$(CFG_CRYPTO_DRV_DH) += dh.c
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Dsub.mk1 srcs-y += dh.c
2 cflags-dh.c-y += -Wno-unused-variable
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp157c-dhcom-pdk2.dts20 compatible = "dh,stm32mp157c-dhcom-pdk2", "dh,stm32mp157c-dhcom-som",
A Dstm32mp157a-dhcor-avenger96.dts22 compatible = "arrow,stm32mp157a-avenger96", "dh,stm32mp157a-dhcor-som",
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/
A Dsub.mk6 subdirs-$(_CFG_CORE_LTC_DH) += dh
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsub.mk28 srcs-$(CFG_CRYPTO_DH) += dh.c
/optee_os-3.20.0/core/tee/
A Dfs_dirfile.c245 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 Dsub.mk128 srcs-$(_CFG_CORE_LTC_DH) += dh.c

Completed in 8 milliseconds