aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_crypto.c
AgeCommit message (Expand)Author
2017-09-15linux-gen: move packet_to_buffer to packet_inlines.hMaxim Uvarov
2017-09-11Merge branch 'master' into api-nextMaxim Uvarov
2017-09-08linux-gen: crypto: stop using RAND_pseudo_bytes()Dmitry Eremin-Solenikov
2017-09-06linux-gen: crypto: add support for AES-192 and AES-256Dmitry Eremin-Solenikov
2017-08-25Merge branch 'master' into api-nextMaxim Uvarov
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2017-08-23linux-gen: crypto: unify odp_crypto_session_create error pathDmitry Eremin-Solenikov
2017-08-02Merge branch 'master' into api-nextMaxim Uvarov
2017-08-02linux-gen: crypto: check packet length during operationDmitry Eremin-Solenikov
2017-07-25Merge branch 'master' into api-nextMaxim Uvarov
2017-07-14api: crypto: revert deprecation of crypto completion APIDmitry Eremin-Solenikov
2017-07-14api: crypto: replace redundant packet_ prefixes from definitionsDmitry Eremin-Solenikov
2017-07-11linux-gen: crypto: provide packet API implementationDmitry Eremin-Solenikov
2017-07-11api: crypto: deprecate ASYNC mode and odp_crypto_compl_tDmitry Eremin-Solenikov
2017-07-11linux-gen: drop crypto async mode implementationDmitry Eremin-Solenikov
2017-07-11linux-generic: events subtype implementationDmitry 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
2017-06-16linux-generic: crypto: add SHA-1 authentication supportDmitry Eremin-Solenikov
2017-06-16crypto: linux-generic: add capabilities for CIPHER_NULL and AUTH_NULLDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: NULL session->next pointer on session allocationDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: make en/decryption work across packet segmentsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: make HMAC work across segmented packetsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: merge AES-CBC and 3DES-CBC supportDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: rewrite 3DES-CBC support using EVP functionsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: rewrite AES-CBC support using EVP functionsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: explicitly disable padding for AES-GCMDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: make AES-GCM thread safeDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: remote extra memcpy in AES-GCMDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: update AES-GCM support to reflect aad and auth_digest_lenDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: add SHA* capabilities for full length digestsDmitry Eremin-Solenikov
2017-06-16linux-generic: crypto: use auth_digest_len when calculating HMACsDmitry Eremin-Solenikov
2017-06-16mergefix: remove duplicate declarationMaxim Uvarov
2017-06-16linux: crypto: fix checking of GCM tagsDmitry Eremin-Solenikov
2017-06-16linux-gen: crypto: add algo capability functionsPetri Savolainen
2017-06-16api: crypto: enforce deprecated API statusPetri Savolainen
2017-06-16linux-gen: crypto: sha-1 and sha-512 not implemented yetPetri Savolainen
2017-05-12linux-generic: crypto: don't leak sessions if creation failsDmitry Eremin-Solenikov
2017-04-27linux-generic: crypto: unify auth codeDmitry Eremin-Solenikov
2017-04-26linux-generic: crypto: properly handle errors in packet copyDmitry Eremin-Solenikov
2017-02-25linux-generic: crypto: support OpenSSL 1.1.0Dmitry Eremin-Solenikov
2017-02-25linux-generic: crypto: port to OpenSSL 1.0.x thread id APIDmitry Eremin-Solenikov
2017-02-03abi: crypto: added initial definitionsPetri Savolainen
2017-01-13linux-generic: crypto: add openssl locking support for thread safetyBill Fischofer
2017-01-12api: random: add explicit controls over random dataBill Fischofer
2017-01-12api: crypto: added session param initPetri Savolainen
2017-01-12linux-gen: crypto: add support to new enumerationsPetri Savolainen
2017-01-12linux-gen: crypto: add algo capability functionsPetri Savolainen
2017-01-12linux-gen: crypto: rename params to paramPetri Savolainen
2017-01-12linux-gen: packet: added support for segmented packetsPetri Savolainen