aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/crypto.c
AgeCommit message (Expand)Author
2019-03-28core: crypto.c: don't use _CFG_CRYPTO_WITH_ACIPHERJens Wiklander
2019-03-11core: crypto: introduce struct crypto_authenc_opsJens Wiklander
2019-03-11core: crypto: introduce struct crypto_cipher_opsJens Wiklander
2019-03-11core: crypto: introduce struct crypto_mac_opsJens Wiklander
2019-03-11core: implement crypto_cipher_get_block_size()Jens Wiklander
2019-03-11core: crypto: introduce struct crypto_hash_opsJens Wiklander
2018-02-09core: crypto.c: crypto_*_free_ctx() stubs should allow NULL contextJerome Forissier
2018-01-11core: crypto.h manages authenc context memoryJens Wiklander
2018-01-11core: crypto.h manages cipher context memoryJens Wiklander
2018-01-11core: crypto.h manages mac context memoryJens Wiklander
2018-01-11core: crypto.h manages hash context memoryJens Wiklander
2018-01-10Reformat copyright/license header in files with an SPDX IDJerome Forissier
2017-11-27core/crypto/crypto.c: fix compile errors when _CFG_CRYPTO_WITH_CIPHER=nJerome Forissier
2017-11-14core: move crypto_authenc_*() from LTCJens Wiklander
2017-11-14core: rename to <crypto/crypto.h>Jens Wiklander
2017-11-14Replace struct acipher_ops with function interfaceJens Wiklander
2017-11-14Replace struct bignum_ops with function interfaceJens Wiklander
2017-11-14Replace struct authenc_ops with function interfaceJens Wiklander
2017-11-14Replace struct mac_ops with function interfaceJens Wiklander
2017-11-14Replace struct cipher_ops with function interfaceJens Wiklander
2017-11-14Replace struct hash_ops with function interfaceJens Wiklander