Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Drsa.h157 static size_t bootutil_rsa_get_len(const bootutil_rsa_context *ctx) in bootutil_rsa_get_len() function
338 static inline size_t bootutil_rsa_get_len(const bootutil_rsa_context *ctx)
/mcuboot-latest/boot/bootutil/src/
Dimage_rsa.c278 if (rc || slen != bootutil_rsa_get_len(&ctx)) { in bootutil_verify_sig()