aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto_null.c
AgeCommit message (Expand)Author
2023-10-20linux-gen: crypto: implement ODP_CRYPTO_TYPE_BASIC_AND_OOPJanne Peltonen
2023-07-13linux-gen: crypto: fail bit mode session creation when not supportedJanne Peltonen
2023-07-13linux-gen: crypto: null: fix session allocation when out of sessionsJanne Peltonen
2023-04-12linux-gen: crypto: remove deprecated odp_crypto_operation()Janne Peltonen
2023-04-12linux-gen: crypto: do not set odp_crypto_packet_result_t::okJanne Peltonen
2023-04-12linux-gen: crypto: set hw_err status only if deprecated API enabledJanne Peltonen
2023-03-02linux-gen: crypto: fix uninitialized variable accessJanne Peltonen
2023-02-13linux-gen: crypto: implement out-of-place crypto operation typeJanne Peltonen
2023-02-13linux-gen: crypto: implement basic crypto operation typeJanne Peltonen
2023-02-13linux-gen: crypto: null: use new session creation error namesJanne Peltonen
2022-12-29linux-gen: crypto: inline odp_crypto_result() implementationMatias Elo
2022-12-29linux-gen: crypto: inline event conversion functionsMatias Elo
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-09-28linux-gen: crypto: reuse input packet as output packet if possibleJanne Peltonen
2022-09-28linux-gen: crypto: fix pool checking before metadata copyingJanne Peltonen
2022-04-20linux_gen: remove crypto error from packet error flagsJanne Peltonen
2022-04-13api: crypto: deprecate odp_crypto_operation()Janne Peltonen
2022-02-04linux-gen: packet: add common packet metadata copy functionMatias Elo
2021-10-21linux-gen: fix zero-size array build errorsMatias Elo
2021-09-22linux-gen: crypto: null: add support for disabling crypto featureMatias Elo
2021-09-22linux-gen: shm: rename implementation internal shm blocksMatias Elo
2021-08-30linux-gen: crypto: fix error handling in odp_crypto_operation()Janne Peltonen
2021-03-31linux-gen: crypto: set completion queue capabilityAakash Sasidharan
2020-09-25linux-gen: crypto: send completion events to the correct queueJanne Peltonen
2020-05-15api: add missing const qualifiersPetri Savolainen
2019-10-22linux-gen: init: prefix internal init/term functions with underscoreMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2018-11-14linux-gen: ishm: remove _ODP_SHM_NO_HP flagMatias Elo
2018-10-09linux-gen: do not use huge pages for internal allocationsMaxim Uvarov
2018-08-20linux-gen: queue: remove enq/deq from queue interfacePetri Savolainen
2018-06-29linux-gen: support building ODP without libcrypto from OpenSSLDmitry Eremin-Solenikov