Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Decc.c17 enum stm32_pka_curve_id *cid) in algo_to_pka_cid()
44 enum stm32_pka_curve_id *cid) in curve_to_pka_cid()
75 enum stm32_pka_curve_id cid = PKA_LAST_CID; in stm32_gen_keypair() local
151 enum stm32_pka_curve_id cid = PKA_LAST_CID; in sign() local
230 enum stm32_pka_curve_id cid = PKA_LAST_CID; in verify() local
362 enum stm32_pka_curve_id cid) in is_point_on_curve()
391 enum stm32_pka_curve_id cid = PKA_LAST_CID; in shared_secret() local
H A Dstm32_pka.c864 static unsigned int get_ecc_op_nbword(const enum stm32_pka_curve_id cid) in get_ecc_op_nbword()
874 const enum stm32_pka_curve_id cid) in stm32_pka_configure_curve()
982 const enum stm32_pka_curve_id cid) in stm32_pka_get_max_size()
1073 const enum stm32_pka_curve_id cid) in stm32_pka_ecc_compute_montgomery()
1080 enum stm32_pka_curve_id cid) in stm32_pka_is_point_on_param()
1120 const enum stm32_pka_curve_id cid) in stm32_pka_is_point_on_curve()
1197 const enum stm32_pka_curve_id cid) in stm32_pka_ecdsa_verif_param()
1256 const enum stm32_pka_curve_id cid) in stm32_pka_ecdsa_verif()
1414 const enum stm32_pka_curve_id cid) in stm32_pka_ecdsa_sign()
1499 const enum stm32_pka_curve_id cid) in stm32_pka_ecc_sc_mul_param()
[all …]
/optee_os/scripts/
H A Dderive_rpmb_key.py56 def derive_key(huk, cid, compat): argument
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes.c17 int err, hid, cid; in pbes_decrypt() local
/optee_os/core/drivers/firewall/
H A Dstm32_risaf.c104 #define _RISAF_REG_READ_OK(reg, cid) \ argument
106 #define _RISAF_REG_WRITE_OK(reg, cid) \ argument
/optee_os/core/tee/
H A Dtee_rpmb_fs.c237 uint8_t cid[RPMB_EMMC_CID_SIZE]; member
265 uint8_t cid[RPMB_EMMC_CID_SIZE]; member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_misc.h1244 unsigned char cid[MBEDTLS_SSL_CID_LEN_MAX]; /* The CID */ member