index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
/
asym_tpm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
KEYS: remove support for asym_tpm keys
Eric Biggers
1
-957
/
+0
2020-12-31
crypto: asym_tpm: correct zero out potential secrets
Greg Kroah-Hartman
1
-1
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2019-12-12
KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
Eric Biggers
1
-0
/
+1
2019-11-12
KEYS: trusted: Create trusted keys subsystem
Sumit Garg
1
-1
/
+1
2019-11-12
KEYS: Use common tpm_buf for trusted and asymmetric keys
Sumit Garg
1
-62
/
+45
2019-11-12
tpm: Move tpm_buf code to include/linux/
Sumit Garg
1
-6
/
+6
2019-04-18
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
1
-1
/
+8
2019-04-18
KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
Vitaly Chikunov
1
-9
/
+1
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
1
-24
/
+10
2018-10-26
KEYS: asym_tpm: Add support for the sign operation [ver #2]
Denis Kenzior
1
-1
/
+155
2018-10-26
KEYS: asym_tpm: Implement tpm_sign [ver #2]
Denis Kenzior
1
-0
/
+87
2018-10-26
KEYS: asym_tpm: Implement signature verification [ver #2]
Denis Kenzior
1
-6
/
+100
2018-10-26
KEYS: asym_tpm: Implement the decrypt operation [ver #2]
Denis Kenzior
1
-1
/
+57
2018-10-26
KEYS: asym_tpm: Implement tpm_unbind [ver #2]
Denis Kenzior
1
-0
/
+82
2018-10-26
KEYS: asym_tpm: Add loadkey2 and flushspecific [ver #2]
Denis Kenzior
1
-0
/
+94
2018-10-26
KEYS: asym_tpm: Implement encryption operation [ver #2]
Denis Kenzior
1
-0
/
+84
2018-10-26
KEYS: asym_tpm: Implement pkey_query [ver #2]
Denis Kenzior
1
-0
/
+135
2018-10-26
KEYS: asym_tpm: extract key size & public key [ver #2]
Denis Kenzior
1
-0
/
+112
2018-10-26
KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]
Denis Kenzior
1
-0
/
+90