Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdh_p256.h43 static inline void bootutil_ecdh_p256_drop(bootutil_ecdh_p256_context *ctx) in bootutil_ecdh_p256_drop() function
98 static inline void bootutil_ecdh_p256_drop(bootutil_ecdh_p256_context *ctx) in bootutil_ecdh_p256_drop() function
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c519 bootutil_ecdh_p256_drop(&ecdh_p256); in boot_decrypt_key()