Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdh_x25519.h28 typedef uintptr_t bootutil_ecdh_x25519_context; typedef
29 static inline void bootutil_ecdh_x25519_init(bootutil_ecdh_x25519_context *ctx) in bootutil_ecdh_x25519_init()
34 static inline void bootutil_ecdh_x25519_drop(bootutil_ecdh_x25519_context *ctx) in bootutil_ecdh_x25519_drop()
39 static inline int bootutil_ecdh_x25519_shared_secret(bootutil_ecdh_x25519_context *ctx, const uint8… in bootutil_ecdh_x25519_shared_secret()
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c445 bootutil_ecdh_x25519_context ecdh_x25519; in boot_decrypt_key()