1. ed9a494 Silence gcc 12.2.0 warning by Patrick Wildt · 1 year, 3 months ago
  2. 92905be Fix ASAN error for `psa_cipher_update` by Gabor Mezei · 1 year, 6 months ago
  3. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  4. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  6. 43dedd8 Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  7. 449e02e If a cipher algorithm is not supported, fail during setup by Gilles Peskine · 3 years, 5 months ago
  8. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  9. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  10. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  11. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  12. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  13. 8890f64 Add ARIA to the PSA API by Gilles Peskine · 3 years, 10 months ago
  14. 0390016 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
  15. a63ba6c psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
  16. 7b1c916 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
  17. e4be8a3 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
  18. 2523045 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  19. 809634d Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  20. 42373bd Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  21. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  22. 0e1d31b Typo by gabor-mezei-arm · 4 years, 1 month ago
  23. 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  24. 7fbea09 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  25. f67d8af Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  26. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  27. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  28. c17e8a9 psa: cipher: Use PSA_CIPHER_IV_LENGTH to compute the IV length by Ronald Cron · 4 years, 4 months ago
  29. 6ad554c psa: cipher: Prefer length rather than size for IV/block length by Ronald Cron · 4 years, 4 months ago
  30. f2381aa psa: cipher: Use psa_generate_random to generate IVs by Ronald Cron · 4 years, 4 months ago
  31. 75e6ae2 Move mbedtls_cipher_info_from_psa to psa_crypto_cipher.c by Ronald Cron · 4 years, 5 months ago
  32. 5d9b00d psa: cipher: Include Mbed TLS cipher driver only if necessary by Ronald Cron · 4 years, 5 months ago
  33. 3522e32 psa: cipher: Add transparent driver test specific entry points by Ronald Cron · 4 years, 5 months ago
  34. 8287e6b psa: cipher: Add utility functions by Ronald Cron · 4 years, 5 months ago
  35. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  36. 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
  37. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  38. 6d05173 psa: Add mbedtls_psa_cipher_xyz() APIs by Ronald Cron · 4 years, 10 months ago
  39. d6d2888 psa: Add mbedtls_psa_cipher_encrypt/decrypt_setup functions by Ronald Cron · 4 years, 8 months ago
  40. 0ff5795 psa: Add psa_crypto_cipher.[ch] by Ronald Cron · 4 years, 5 months ago