Home
last modified time | relevance | path

Searched defs:z (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdh_p256.h48 …56_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *pk, const uint8_t *sk, uint8_t *z) in bootutil_ecdh_p256_shared_secret()
80 mbedtls_mpi z; member
106 …56_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *pk, const uint8_t *sk, uint8_t *z) in bootutil_ecdh_p256_shared_secret()
Decdh_x25519.h39 …_shared_secret(bootutil_ecdh_x25519_context *ctx, const uint8_t *pk, const uint8_t *sk, uint8_t *z) in bootutil_ecdh_x25519_shared_secret()
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_dh.c77 unsigned int z[NUM_ECC_WORDS]; in ecdh_vectors() local
/mcuboot-latest/ext/tinycrypt/lib/source/
Decc_dsa.c198 uECC_word_t z[NUM_ECC_WORDS]; in uECC_verify() local
Decc.c644 uECC_word_t z[NUM_ECC_WORDS]; in XYcZ_initial_double() local
737 uECC_word_t z[NUM_ECC_WORDS]; in EccPoint_mult() local
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c240 static void fe_loose_invert(fe *out, const fe_loose *z) { in fe_loose_invert()
298 static void fe_invert(fe *out, const fe *z) { in fe_invert()
346 static void fe_pow22523(fe *out, const fe *z) { in fe_pow22523()