Searched refs:crypto_max (Results 1 – 2 of 2) sorted by relevance
43 #define crypto_max(a, b) ((a) > (b) ? (a) : (b)) macro
169 module_len = crypto_max(mbedtls_mpi_size(n), mbedtls_mpi_size(e)); in cryp_ifep_rsa_exp_mod()