Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Drsa.h85 static int bootutil_rsa_oaep_decrypt( in bootutil_rsa_oaep_decrypt() function
200 static inline int bootutil_rsa_oaep_decrypt(
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c484 rc = bootutil_rsa_oaep_decrypt(&rsa, &olen, buf, enckey, BOOT_ENC_KEY_SIZE); in boot_decrypt_key()