Home
last modified time | relevance | path

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

/mcuboot-3.6.0/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-3.6.0/boot/bootutil/src/
Dencrypted.c427 bootutil_ecdh_x25519_context ecdh_x25519; in boot_enc_decrypt()