Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_is_point.c15 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y) in ltc_ecc_is_point()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-pke.c24 sm2_uncompressed_bytes_to_point(ecc_point *p, const ltc_ecc_dp *dp, in sm2_uncompressed_bytes_to_point()
63 static TEE_Result sm2_bytes_to_point(ecc_point *p, const ltc_ecc_dp *dp, in sm2_bytes_to_point()
/optee_os/core/drivers/crypto/se050/adaptors/include/
H A Dse050_apdu_apis.h32 uint8_t *dp; member
/optee_os/core/include/crypto/
H A Dcrypto.h118 struct bignum *dp; /* d mod (p-1) */ member
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_rsa.c77 struct caamkey dp; /* Private [dp = d mod (p-1)] */ member
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.c591 uint8_t *dp = msg->prikey + p_bytes; in hpre_rsa_crt_decrypt_bn2bin() local
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h235 ltc_ecc_dp dp; member