Searched refs:bootutil_ecdh_p256_context (Results 1 – 2 of 2) sorted by relevance
37 typedef uintptr_t bootutil_ecdh_p256_context; typedef38 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 { struct82 } bootutil_ecdh_p256_context; typedef84 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()
442 bootutil_ecdh_p256_context ecdh_p256; in boot_decrypt_key()