Searched refs:ecdh_x25519 (Results 1 – 1 of 1) sorted by relevance
473 bootutil_ecdh_x25519_context ecdh_x25519; in boot_enc_decrypt() local560 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()