Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/bootutil/src/
Dencrypted.c473 bootutil_ecdh_x25519_context ecdh_x25519; in boot_enc_decrypt() local
560 bootutil_ecdh_x25519_init(&ecdh_x25519); in boot_enc_decrypt()
562 rc = bootutil_ecdh_x25519_shared_secret(&ecdh_x25519, &buf[EC_PUBK_INDEX], private_key, shared); in boot_enc_decrypt()
563 bootutil_ecdh_x25519_drop(&ecdh_x25519); in boot_enc_decrypt()