Home
last modified time | relevance | path

Searched refs:bootutil_ecdh_p256_shared_secret (Results 1 – 2 of 2) sorted by relevance

/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Decdh_p256.h48 static inline int bootutil_ecdh_p256_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *… in bootutil_ecdh_p256_shared_secret() function
106 static inline int bootutil_ecdh_p256_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *… in bootutil_ecdh_p256_shared_secret() function
/mcuboot-3.6.0/boot/bootutil/src/
Dencrypted.c490 rc = bootutil_ecdh_p256_shared_secret(&ecdh_p256, &buf[EC_PUBK_INDEX], private_key, shared); in boot_enc_decrypt()