aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
AgeCommit message (Expand)Author
2024-01-10api: fix doxygen documentation groupingMatias Elo
2023-12-18api: crypto: remove deprecated itemsTuomas Taipale
2023-10-20api: crypto: allow both basic and out-of-place ops in one sessionJanne Peltonen
2023-10-20api: crypto: clarify packet ordering of async crypto opsJanne Peltonen
2023-09-01api: update copyright formatMatias Elo
2023-07-10api: crypto: copy the ranges of null algorithms in OOP op typeJanne Peltonen
2023-04-13api: crypto: clarify that parse flags are not affectedJanne Peltonen
2023-04-12api: crypto: remove deprecated odp_crypto_operation()Janne Peltonen
2023-04-12api: crypto: simplify operation result reportingJanne Peltonen
2023-02-13api: crypto: allow post-processing in odp_crypto_result()Janne Peltonen
2023-02-13api: crypto: add an out-of-place type operation typeJanne Peltonen
2023-02-13api: crypto: introduce a session parameter to control output packet handlingJanne Peltonen
2023-02-13api: crypto: clarify that input packet is fully copied to output packetJanne Peltonen
2022-12-29api: crypto: split header filesMatias Elo
2022-11-30api: crypto: fix out-of-date text in hash_result_offset specificationJanne Peltonen
2022-09-29api: crypto: add experimental ZUC-256 supportJanne Peltonen
2022-05-06api: fix minor doxygen issues related to the deprecated APIJanne Peltonen
2022-04-13api: crypto: deprecate odp_crypto_operation()Janne Peltonen
2022-03-18api: event: split header filePetri Savolainen
2022-03-03api: pool: split pool types into a separate headerMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_compl_status_t typeMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_op_params_t typeMatias Elo
2022-03-02api: crypto: remove deprecated override_iv_ptr field from packet op paramsMatias Elo
2022-03-02api: crypto: remove deprecated override_iv_ptr field from crypto op paramsMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_session_params_t typeMatias Elo
2022-03-02api: crypto: remove deprecated iv field from session parametersMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_data_range_t specifierMatias Elo
2022-03-02api: crypto: remove deprecated authentication algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated cipher algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated crypto authentication algorithmsMatias Elo
2022-03-02api: crypto: remove deprecated crypto cipher algorithmsMatias Elo
2022-01-28api: crypto: add session creation error codes for unsupported combosJanne Peltonen
2022-01-28api: crypto: shorten session creation error namesJanne Peltonen
2022-01-28api: crypto: clarify auth_range parameter with AEAD algorithmsJanne Peltonen
2022-01-28api: crypto: deprecate per-session IVsJanne Peltonen
2022-01-28api: crypto: rename IV length session parametersJanne Peltonen
2022-01-28api: crypto: do not require per-session IV if it will not be usedJanne Peltonen
2022-01-28api: crypto: change hash generation and verification detailsJanne Peltonen
2021-12-08api: crypto: clarify that session parameters can be freedJanne Peltonen
2021-09-29api: support: move content to std_types.hPetri Savolainen
2021-03-31api: crypto: add crypto compl queue capabilityAakash Sasidharan
2020-09-29api: crypto: remove data length restriction in bit modeAakash Sasidharan
2020-05-15api: add missing const qualifiersPetri Savolainen
2020-04-07api: improve doxygen module descriptionPetri Savolainen
2019-05-24api: crypto: clarify IV format for 3GPP algorithmsDmitry Eremin-Solenikov
2019-05-24api: crypto: correct documentation for ODP_AUTH_ALG_SNOW3G_UIA2Dmitry Eremin-Solenikov
2019-05-24api: crypto: add support for 3GPP AES EEA2/EIA2 algorithmsDmitry Eremin-Solenikov
2019-05-24api: crypto: add AES-XTS supportDmitry Eremin-Solenikov
2019-05-24api: crypto: add AES-CFB128 supportDmitry Eremin-Solenikov
2019-05-24api: crypto: add AES-ECB supportDmitry Eremin-Solenikov