Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdh_p256.h37 typedef uintptr_t bootutil_ecdh_p256_context; typedef
38 static inline void bootutil_ecdh_p256_init(bootutil_ecdh_p256_context *ctx) in bootutil_ecdh_p256_init()
43 static inline void bootutil_ecdh_p256_drop(bootutil_ecdh_p256_context *ctx) in bootutil_ecdh_p256_drop()
48 static inline int bootutil_ecdh_p256_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *… in bootutil_ecdh_p256_shared_secret()
77 typedef struct bootutil_ecdh_p256_context { struct
82 } bootutil_ecdh_p256_context; typedef
84 static inline void bootutil_ecdh_p256_init(bootutil_ecdh_p256_context *ctx) in bootutil_ecdh_p256_init()
98 static inline void bootutil_ecdh_p256_drop(bootutil_ecdh_p256_context *ctx) in bootutil_ecdh_p256_drop()
106 static inline int bootutil_ecdh_p256_shared_secret(bootutil_ecdh_p256_context *ctx, const uint8_t *… in bootutil_ecdh_p256_shared_secret()
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c442 bootutil_ecdh_p256_context ecdh_p256; in boot_decrypt_key()