Files
mbedtls/include/psa
Paul Elliott 7fe62cc88b Fix divide by zero if macro used with wrong key
If PSA_CIPHER_ENCRYPT_OUTPUT_SIZE was called on a non symmetric key,
then a divide by zero could happen, as PSA_CIPHER_BLOCK_LENGTH will
return 0 for such a key, and PSA_ROUND_UP_TO_MULTIPLE will divide by
the block length.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-07-08 11:28:15 +01:00
..
2021-05-12 10:39:58 +02:00
2021-05-12 10:39:58 +02:00
2021-06-07 23:21:50 +02:00
2021-05-06 13:50:32 +02:00