.. |
internal
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
ablk_helper.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
acompress.h
|
1ab53a77b7
crypto: acomp - add driver-side scomp interface
|
8 years ago |
aead.h
|
3f692d5f97
crypto: doc - clarify AEAD memory structure
|
8 years ago |
aes.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
akcipher.h
|
561f8e2df9
crypto: akcipher - assume key is already set in maxsize
|
8 years ago |
algapi.h
|
45fe93dff2
crypto: algapi - make crypto_xor() take separate dst and src arguments
|
8 years ago |
authenc.h
|
bc6e2bdb71
crypto: authenc - Export key parsing helper function
|
11 years ago |
b128ops.h
|
aec3694b98
[CRYPTO] lib: some common 128-bit block operations, nicely centralized
|
18 years ago |
blowfish.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
cast5.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
cast6.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
cast_common.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
cbc.h
|
cc868d82ab
crypto: cbc - Export CBC implementation
|
8 years ago |
chacha20.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
cryptd.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
crypto_wq.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
ctr.h
|
5311f248b7
[CRYPTO] ctr: Refactor into ctr and rfc3686
|
17 years ago |
des.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
dh.h
|
5b3f3a8bed
crypto: dh - return unsigned value for crypto_dh_key_len()
|
7 years ago |
drbg.h
|
85a2dea4bd
crypto: drbg - move to generic async completion
|
7 years ago |
ecdh.h
|
6e97e08d43
crypto: ecdh - return unsigned value for crypto_ecdh_key_len()
|
7 years ago |
engine.h
|
88d58ef891
crypto: engine - replace pr_xxx by dev_xxx
|
8 years ago |
gcm.h
|
ef78032459
crypto: gcm - add GCM IV size constant
|
7 years ago |
gf128mul.h
|
acfc587810
crypto: gf128mul - The x8_ble multiplication functions
|
7 years ago |
ghash.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
hash.h
|
560b1a82ee
crypto: doc - clarify return values for async hash methods
|
7 years ago |
hash_info.h
|
5ca4c20cfd
keys, trusted: select hash algorithm for TPM2 chips
|
9 years ago |
hmac.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
if_alg.h
|
2c3f8b1621
crypto: algif - move to generic async completion
|
7 years ago |
kpp.h
|
66d3994c67
crypto: kpp - add get/set_flags helpers
|
8 years ago |
lrw.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
mcryptd.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
md5.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
null.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
padlock.h
|
2149308873
crypto: padlock - Move padlock.h into include/crypto
|
14 years ago |
pcrypt.h
|
5068c7a883
crypto: pcrypt - Add pcrypt crypto parallelization wrapper
|
15 years ago |
pkcs7.h
|
bda850cd21
PKCS#7: Make trust determination dependent on contents of trust keyring
|
9 years ago |
poly1305.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
public_key.h
|
8e323a02e8
KEYS: Keyring asymmetric key restrict method with chaining
|
8 years ago |
rng.h
|
12f7c14aa6
crypto: doc - Fix typo in crypto-API.xml
|
10 years ago |
scatterwalk.h
|
ac02725812
crypto: scatterwalk - Inline start/map/done
|
9 years ago |
serpent.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
sha.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
sha1_base.h
|
c4d5b9ffa3
crypto: sha1 - implement base layer for SHA-1
|
10 years ago |
sha256_base.h
|
11b8d5ef91
crypto: sha256 - implement base layer for SHA-256
|
10 years ago |
sha3.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
sha512_base.h
|
b84a2a0b4e
crypto: sha512 - implement base layer for SHA-512
|
10 years ago |
skcipher.h
|
c821f6ab2e
crypto: skcipher - introduce walksize attribute for SIMD algos
|
8 years ago |
sm3.h
|
4f0fc1600e
crypto: sm3 - add OSCCA SM3 secure hash
|
7 years ago |
sm3_base.h
|
4f0fc1600e
crypto: sm3 - add OSCCA SM3 secure hash
|
7 years ago |
twofish.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
vmac.h
|
ba1ee07090
crypto: vmac - Make VMAC work when blocks aren't aligned
|
12 years ago |
xts.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |