index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-26
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
2024-04-26
crypto: ecdh - Pass private key in proper byte order to check valid key
Stefan Berger
2024-04-26
crypto: tegra - Fix some error codes
Dan Carpenter
2024-04-26
dt-bindings: crypto: starfive: Restore sort order
Geert Uytterhoeven
2024-04-26
crypto: qat - validate slices count returned by FW
Lucas Segarra Fernandez
2024-04-26
crypto: aead,cipher - zeroize key buffer after use
Hailey Mothershead
2024-04-26
crypto: arm64/aes-ce - Simplify round key load sequence
Ard Biesheuvel
2024-04-26
crypto: tegra - Convert to platform remove callback returning void
Uwe Kleine-König
2024-04-19
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2024-04-19
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
2024-04-19
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
2024-04-19
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
2024-04-19
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
2024-04-19
crypto: stm32/hash - add full DMA support for stm32mpx
Maxime Méré
2024-04-19
crypto: qat - improve error logging to be consistent across features
Adam Guerin
2024-04-19
crypto: qat - improve error message in adf_get_arbiter_mapping()
Adam Guerin
2024-04-19
crypto: x86/sha256-ni - simplify do_4rounds
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - optimize code size
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - rename some register aliases
Eric Biggers
2024-04-19
crypto: x86/sha256-ni - convert to use rounds macros
Eric Biggers
2024-04-19
crypto: qat - implement dh fallback for primes > 4K
Damian Muszynski
2024-04-19
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
2024-04-19
crypto: octeontx2 - add missing check for dma_map_single
Chen Ni
2024-04-12
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
2024-04-12
X.509: Introduce scope-based x509_certificate allocation
Lukas Wunner
2024-04-12
crypto: hisilicon/qm - Add the err memory release process to qm uninit
Chenghai Huang
2024-04-12
crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...
Chenghai Huang
2024-04-12
crypto: hisilicon/sec - Fix memory leak for sec resource release
Chenghai Huang
2024-04-12
crypto: hisilicon - Adjust debugfs creation and release order
Chenghai Huang
2024-04-12
crypto: hisilicon/qm - Add the default processing branch
Chenghai Huang
2024-04-12
crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...
Chenghai Huang
2024-04-12
crypto: hisilicon/sgl - Delete redundant parameter verification
Chenghai Huang
2024-04-12
crypto: hisilicon/debugfs - Fix debugfs uninit process issue
Chenghai Huang
2024-04-12
crypto: hisilicon/sec - Add the condition for configuring the sriov function
Chenghai Huang
2024-04-12
crypto: x86/sha512-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
crypto: x86/sha256-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
crypto: x86/nh-avx2 - add missing vzeroupper
Eric Biggers
2024-04-12
crypto: iaa - Use cpumask_weight() when rebalancing
Tom Zanussi
2024-04-12
crypto: x509 - Add OID for NIST P521 and extend parser for it
Stefan Berger
2024-04-12
crypto: asymmetric_keys - Adjust signature size calculation for NIST P521
Stefan Berger
2024-04-12
crypto: ecdsa - Register NIST P521 and extend test suite
Stefan Berger
2024-04-12
crypto: ecdsa - Rename keylen to bufsize where necessary
Stefan Berger
2024-04-12
crypto: ecdsa - Replace ndigits with nbits where precision is needed
Stefan Berger
2024-04-12
crypto: ecc - Add NIST P521 curve parameters
Stefan Berger
2024-04-12
crypto: ecc - Add special case for NIST P521 in ecc_point_mult
Stefan Berger
2024-04-12
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
2024-04-12
crypto: ecc - Add nbits field to ecc_curve structure
Stefan Berger
2024-04-12
crypto: ecdsa - Extend res.x mod n calculation for NIST P521
Stefan Berger
2024-04-12
crypto: ecdsa - Adjust tests on length of key parameters
Stefan Berger
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
[next]