Home
last modified time | relevance | path

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

/openbmc/u-boot/include/u-boot/
H A Drsa.h146 #define RSA_MAX_SIG_BITS 4096 macro
/openbmc/u-boot/lib/rsa/
H A Drsa-verify.c311 if (sig_len > RSA_MAX_SIG_BITS / 8) { in rsa_verify_key()
313 RSA_MAX_SIG_BITS / 8); in rsa_verify_key()