summaryrefslogtreecommitdiff
path: root/core/tee/tee_cryp_utl.c
AgeCommit message (Expand)Author
2020-04-02core: merge tee_*_get_digest_size() into a single functionAlbert Schwarzkopf
2019-12-18core: crypto: add support for SM3Jerome Forissier
2019-12-17core: crypto: add support for SM4Jerome Forissier
2019-11-08core: remove algo from crypto_cipher_*()Jens Wiklander
2019-11-08core: remove algo from crypto_hash_*()Jens Wiklander
2018-08-10core: tee: crypt_utl: remove one crypto_initSilvano di Ninno
2018-06-18Remove get_rng_array()Jens Wiklander
2018-06-18core: add new RNG implementationJens Wiklander
2018-01-11core: crypto.h manages hash context memoryJens Wiklander
2018-01-10Remove 'All rights reserved' from Linaro filesJerome Forissier
2018-01-10Remove license notice from Linaro filesJerome Forissier
2018-01-10Add SPDX license identifiersJerome Forissier
2017-11-14core: rename to <crypto/crypto.h>Jens Wiklander
2017-11-14core: remove struct crypto_opsJens Wiklander
2017-11-14Replace struct cipher_ops with function interfaceJens Wiklander
2017-11-14Replace struct hash_ops with function interfaceJens Wiklander
2017-11-08Replace struct prng_ops with function interfaceJens Wiklander
2017-06-06Remove buffering for AES CTRBogdan Liulko
2017-03-01core: prng: Don't try to read REE time when it's not possibleJerome Forissier
2017-02-23prng: move old implementation to be weak defaultAndy Green
2017-02-23prng: implement CNTPCT-based jitter entropy for all arm arch devicesAndy Green
2016-01-11Remove unused functionsJoakim Bech
2015-09-09GP11 : DSA-SHA224 and DSA-SHA256 algoCedric Chaumont
2015-05-05crypto: initialize with service_init()Jerome Forissier
2015-03-23Added new interface in PRNG Hal to inject entropySY Chiu
2015-03-13Added Abstract Layer for PRNGSY Chiu
2014-12-10libtomcrypt: the len parameter of hash.final() is the max sizeJerome Forissier
2014-11-18Make function tee_cryp_init() genericPascal Brand
2014-11-04Add crypto provider internal APIJerome Forissier