Searched refs:bootutil_ecdh_x25519_context (Results 1 – 2 of 2) sorted by relevance
28 typedef uintptr_t bootutil_ecdh_x25519_context; typedef29 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()
427 bootutil_ecdh_x25519_context ecdh_x25519; in boot_enc_decrypt()