summaryrefslogtreecommitdiff
path: root/src/shared/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* shared/crypto: Add bt_crypto_sirkLuiz Augusto von Dentz2023-03-101-0/+40
* shared/crypto: Adds bt_crypto_sefLuiz Augusto von Dentz2022-12-221-9/+162
* shared/crypto: Adds bt_crypto_sihLuiz Augusto von Dentz2022-12-211-0/+36
* shared/crypto: Transform bt_cryto in a singletonLuiz Augusto von Dentz2021-01-151-15/+22
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* shared/crypto: Add bt_crypto_verify_att_signArchie Pusaka2020-04-071-2/+26
* shared/crypto: Add bt_crypto_gatt_hashLuiz Augusto von Dentz2019-02-061-0/+31
* shared/crypto: Use void * instead of uint8_t * for random dataJohan Hedberg2016-10-301-1/+1
* shared: Add helper function for h6 link key derivationMarcel Holtmann2016-06-061-2/+11
* shared: Remove dead codeSzymon Janc2015-10-301-2/+0
* shared: Work around when linux/if_alg.h header is not availableMarcel Holtmann2015-02-271-1/+7
* shared/crypto: Fix resource leakAndrei Emeltchenko2014-12-041-0/+2
* shared/crypto: Add necessary functions for LE SCJohan Hedberg2014-12-031-0/+62
* shared/crypto: Add bt_crypto_f4 for LE SCJohan Hedberg2014-12-031-0/+51
* shared/crypto: Remove not needed memcpyLukasz Rymanowski2014-05-301-1/+0
* shared/crypto: Fix byte order of messageLukasz Rymanowski2014-05-301-1/+5
* shared/crypto: Change swap128 to swap_bufLukasz Rymanowski2014-05-301-8/+8
* shared/crypto: Fix byte order of sign counter added to signatureLukasz Rymanowski2014-05-301-1/+1
* shared/crypto: Fix concatenate of sign counter into the msgLukasz Rymanowski2014-05-301-1/+1
* shared/crypto: Fix fd leaks in bt_crypto_sign_att()Johan Hedberg2014-05-271-2/+8
* shared/crypto: Extend bt_crypto_sign_att with sign counterLukasz Rymanowski2014-05-261-3/+18
* shared/crypto: Add support to sign data with AES-CMACLukasz Rymanowski2014-05-201-0/+36
* shared/crypto: Add support for AES-CMAC-128Lukasz Rymanowski2014-05-201-0/+32
* shared/crypto: Fix bt_crypto_s1 byte order handlingJohan Hedberg2014-03-181-2/+2
* shared/crypto: Add key generation function s1Johan Hedberg2014-02-261-0/+41
* shared/crypto: Add confirm value generation function c1Johan Hedberg2014-02-261-0/+103
* shared: Use accept() for now until Bionic learns about accept4()Marcel Holtmann2014-02-171-1/+2
* shared: Add crypto handling support for security managerMarcel Holtmann2014-02-171-0/+325