aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto.c
AgeCommit message (Expand)Author
2015-12-29api: crypto: Add AES128-GCM supportNicolas Morey-Chaisemartin
2015-11-25api: crypto: add AES128-CBC encrypt/decrypt methodsNicolas Morey-Chaisemartin
2015-11-25api: crypto: add HMAC-SHA-256-128 supportNicolas Morey-Chaisemartin
2015-11-25api: crypto: move enums from platform types to odp and rename to fit the API ...Nicolas Morey-Chaisemartin
2015-07-16queue: handle return value of odp_queue_enq()Zoltan Kiss
2015-06-16linux-generic: crypto: eliminate buffer type hack for completionsBill Fischofer
2015-02-27linux-generic: odp_crypto_operation merge 2 ifsMaxim Uvarov
2015-02-27linux-generic: handle copy error in odp_crypto_operationMaxim Uvarov
2015-02-27linux-generic: crypto: check 'result' pointerTaras Kondratiuk
2015-02-27linux-generic: crypto: fix crypto operation return code for invalid IVTaras Kondratiuk
2015-02-26linux-generic: odp_crypto: use intptr_t to find the pointerAnders Roxell
2015-02-26linux-generic: odp_crypto: add session_destory implementationRobbie King
2015-02-26linux-generic: odp_crypto: add all sessions free term checkRobbie King
2015-02-26linux-generic: odp_crypto: change session allocation to free listRobbie King
2015-02-25api: random: replace ssize_t with int32_tPetri Savolainen
2015-02-25linux-generic: odp_crypto: add term_globalYan Sonming
2015-02-04api: odp_crypto.h: odp_hw_random_get(): return number of bytes writtenOla Liljedahl
2015-02-04api: random: Renamed odp_hw_random_getPetri Savolainen
2015-01-30example: ipsec: use event type at dequeueRobbie King
2015-01-30api: crypto: change bool to odp_bool_tRobbie King
2015-01-30api: packet: add API to copy metadataRobbie King
2015-01-30api: crypto: new completion event schemeRobbie King
2015-01-29api: move ODP headers to a directoryTaras Kondratiuk
2015-01-27api: pool: Rename odp_buffer_pool_ to odp_pool_Petri Savolainen
2015-01-27linux-generic: crypto: Use packet alloc for packetPetri Savolainen
2015-01-27api: crypto: Use odp_event_t instead of odp_buffer_tPetri Savolainen
2015-01-27api: packet: Removed odp_packet_to_bufferPetri Savolainen
2015-01-27api: event: odp_schedule and odp_queue_enqPetri Savolainen
2015-01-09linux-generic: crypto: swap abort -> ODP_ABORTMike Holmes
2014-12-18linux-generic: crypto: implement odp_crypto_get_operation_compl_packet()Taras Kondratiuk
2014-12-18linux-generic: crypto: implement completion event contextTaras Kondratiuk
2014-12-18linux-generic: crypto: always make a copy of IVTaras Kondratiuk
2014-12-16api: packet: add segmentation and copy APIBill Fischofer
2014-12-16api: packet: replace packet_addr with packet_dataBill Fischofer
2014-12-16api: packet: move helper functions to public APIBill Fischofer
2014-11-25API: crypto: Remove unused async APIMike Holmes
2014-11-20crypto : use override_iv_ptr when session IV is NULLAlexandru Badicioiu
2014-11-15crypto : add stubs for missing functionsAlexandru Badicioiu
2014-10-23Rename buffer_from_packet functionPetri Savolainen
2014-10-03Rename packet buffer address functionPetri Savolainen
2014-09-23Shared memory handlePetri Savolainen
2014-09-16Shared memory flag default valuePetri Savolainen
2014-09-02move helper functions and rename to prefix to odph_Anders Roxell
2014-08-15Add linux-generic crypto implementationRobbie King