Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdh_x25519.h29 static inline void bootutil_ecdh_x25519_init(bootutil_ecdh_x25519_context *ctx) in bootutil_ecdh_x25519_init() function
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c544 bootutil_ecdh_x25519_init(&ecdh_x25519); in boot_decrypt_key()