Home
last modified time | relevance | path

Searched refs:PSA_KEY_ID_NULL (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Dconfig-add-psa-crypto.h44 #define PSA_KEY_ID_NULL ((psa_key_id_t)0) // not overly happy with this b… macro
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Drsa.h74 ctx->key_id = PSA_KEY_ID_NULL; in bootutil_rsa_init()
79 if (ctx->key_id != PSA_KEY_ID_NULL) { in bootutil_rsa_drop()
Decdsa.h390 ctx->key_id = PSA_KEY_ID_NULL; in bootutil_ecdsa_init()
413 if (ctx->key_id != PSA_KEY_ID_NULL) { in bootutil_ecdsa_drop()