aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto.c
AgeCommit message (Expand)Author
2018-06-29linux-gen: support building ODP without libcrypto from OpenSSLDmitry Eremin-Solenikov
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-22linux-gen: use inlined thread functions everywhereDmitry Eremin-Solenikov
2018-05-10linux-gen: use inlined event type functionPetri Savolainen
2018-04-23linux-generic: random: split from crypto moduleDmitry Eremin-Solenikov
2018-04-10linux-gen:crypto:implement AES-XCBC-MAC and SHA384-HMACyhe
2018-03-29linux-gen: crypto: add IV length checksDmitry Eremin-Solenikov
2018-03-06linux-gen: crypto: set pkt_out to INVALID on errorMaxim Uvarov
2018-03-06linux-gen: crypto: remove odp prefix from internal crypto_intMaxim Uvarov
2018-03-06linux-gen: check crypto pool allocationMaxim Uvarov
2018-03-06linux-gen: fix crypto merge aes_gmac_gen_init/aes_gmac_check_initMaxim Uvarov
2018-02-26linux-gen: crypto: implement AES-CMACDmitry Eremin-Solenikov
2018-02-26linux-gen: crypto: rename auth functionsDmitry Eremin-Solenikov
2018-02-26linux-gen: crypto: provide AES-CCM implementationDmitry Eremin-Solenikov
2018-02-26linux-gen: crypto: support ChaCha20-Poly1305Dmitry Eremin-Solenikov
2018-02-26linux-gen: crypto: drop stale enumDmitry Eremin-Solenikov
2018-02-26linux-gen: packet: clean up error and output flagsPetri Savolainen
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2018-02-26linux-gen: crypto, ipsec: use auth_ivDmitry Eremin-Solenikov
2018-02-26api: crypto: use cipher_iv_ptr instead of override_iv_ptrDmitry Eremin-Solenikov
2018-02-26api: crypto: use cipher_iv instead of iv in session paramsDmitry Eremin-Solenikov
2018-02-05linux-gen: packet: remove odp_packet_hdr functionPetri Savolainen
2018-01-29linux-gen: crypto: significant speedup of all operationsDmitry Eremin-Solenikov
2018-01-29linux-gen: crypto: move session type to odp_crypto moduleDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: fix fallthrough errorDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: populate sync/async_mode capsDmitry Eremin-Solenikov
2017-12-27api: crypto: change aad.ptr to aad_ptr in packet paramsDmitry Eremin-Solenikov
2017-12-27linux-gen: event: move event subtype to packet headerMatias Elo
2017-12-27api: crypto: move AAD length to session paramPetri Savolainen
2017-12-27linux-gen: crypto: set packet error flag depending on crypto result operationDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: drop extra memcpy on result returnDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: drop duplicate authentication fieldDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: add AES-GMAC implementationDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: add AES-CTR supportDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: add support for AES-192 and AES-256Dmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: unify odp_crypto_session_create error pathDmitry Eremin-Solenikov
2017-12-27api: crypto: revert deprecation of crypto completion APIDmitry Eremin-Solenikov
2017-12-27api: crypto: replace redundant packet_ prefixes from definitionsDmitry Eremin-Solenikov
2017-12-27linux-gen: crypto: provide packet API implementationDmitry Eremin-Solenikov
2017-12-27api: crypto: deprecate ASYNC mode and odp_crypto_compl_tDmitry Eremin-Solenikov
2017-12-27linux-gen: drop crypto async mode implementationDmitry Eremin-Solenikov
2017-12-27linux-generic: events subtype implementationDmitry Eremin-Solenikov
2017-11-10linux-gen: crypto: drop DES-CBC supportDmitry Eremin-Solenikov
2017-11-08linux-gen: crypto: fix openssl_lock pointer typePetri Savolainen
2017-09-15linux-gen: move packet_to_buffer to packet_inlines.hMaxim Uvarov
2017-09-08linux-gen: crypto: stop using RAND_pseudo_bytes()Dmitry Eremin-Solenikov
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2017-08-02linux-gen: crypto: check packet length during operationDmitry Eremin-Solenikov
2017-06-26linux-generic: crypto: adapt HMAC code to OpenSSL 1.1.xDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: add HMAC-SHA-512 authentication supportDmitry Eremin-Solenikov