Searched refs:in_protected (Results 1 – 1 of 1) sorted by relevance
327 PKA_ModExpProtectModeInTypeDef in_protected = {0}; in rsa_pka_modexp() local372 in_protected.expSize = elen; /* Exponent length */ in rsa_pka_modexp()373 in_protected.OpSize = nlen; /* modulus length */ in rsa_pka_modexp()374 in_protected.pOp1 = input; in rsa_pka_modexp()375 in_protected.pExp = e_binary; /* Exponent */ in rsa_pka_modexp()376 in_protected.pMod = n_binary; /* modulus */ in rsa_pka_modexp()377 in_protected.pPhi = phi_binary; /* Euler tolient function */ in rsa_pka_modexp()410 …MBEDTLS_MPI_CHK( ( HAL_PKA_ModExpProtectMode( &hpka, &in_protected, ST_PKA_TIMEOUT ) != HAL_OK ) ?… in rsa_pka_modexp()