You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan Kiszka
22ece1a6eb
crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
...
If the buffers that should be considered for building the hmac are not
available at the same time, the current API is unsuitable. Extend it so
that passing a NULL pointer as result_len is used as indicator that
further buffers will be passed in succeeding calls to
qcrypto_gnutls_hmac_bytes[v].
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <2d3539c247a6c323491a3821f0e5b6fc382a4686.1756706188.git.jan.kiszka@siemens.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
1 month ago
..
aes.c
target/riscv: Use existing lookup tables for MixColumns
2 years ago
afalg.c
qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
1 year ago
afalgpriv.h
qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
1 year ago
afsplit.c
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
1 year ago
akcipher-gcrypt.c.inc
include: Rename sysemu/ -> system/
10 months ago
akcipher-nettle.c.inc
include: Rename sysemu/ -> system/
10 months ago
akcipher.c
qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix
1 year ago
akcipherpriv.h
qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix
1 year ago
block-luks-priv.h
crypto: Clean up includes
3 years ago
block-luks.c
qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix
1 year ago
block-luks.h
…
block-qcow.c
qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix
1 year ago
block-qcow.h
…
block.c
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
1 year ago
blockpriv.h
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
1 year ago
cipher-afalg.c
qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
1 year ago
cipher-gcrypt.c.inc
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
1 year ago
cipher-gnutls.c.inc
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
1 year ago
cipher-nettle.c.inc
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
1 year ago
cipher-stub.c.inc
crypto: fully drop built-in cipher provider
4 months ago
cipher.c
crypto: fully drop built-in cipher provider
4 months ago
cipherpriv.h
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
1 year ago
clmul.c
crypto: Add generic 64-bit carry-less multiply routine
2 years ago
der.c
crypto: Remove unused DER string functions
12 months ago
der.h
crypto: Remove unused DER string functions
12 months ago
hash-afalg.c
overall: Remove unnecessary g_strdup_printf() calls
8 months ago
hash-gcrypt.c
crypto: perform runtime check for hash/hmac support in gcrypt
11 months ago
hash-glib.c
crypto/hash: avoid overwriting user supplied result pointer
12 months ago
hash-gnutls.c
crypto/hash: avoid overwriting user supplied result pointer
12 months ago
hash-nettle.c
crypto: Introduce SM3 hash hmac pbkdf algorithm
11 months ago
hash.c
crypto: Introduce SM3 hash hmac pbkdf algorithm
11 months ago
hashpriv.h
crypto/hashpriv: Remove old hash API function
12 months ago
hmac-gcrypt.c
crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
1 month ago
hmac-glib.c
crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
1 month ago
hmac-gnutls.c
crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
1 month ago
hmac-nettle.c
crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls
1 month ago
hmac.c
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
1 year ago
hmacpriv.h
qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
1 year ago
init.c
crypto: drop gnutls debug logging support
1 year ago
ivgen-essiv.c
…
ivgen-essiv.h
…
ivgen-plain.c
…
ivgen-plain.h
Clean up ill-advised or unusual header guards
3 years ago
ivgen-plain64.c
crypto: Fix LGPL information in the file headers
6 years ago
ivgen-plain64.h
…
ivgen.c
qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix
1 year ago
ivgenpriv.h
qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix
1 year ago
meson.build
crypto: Introduce x509 utils
1 year ago
pbkdf-gcrypt.c
crypto: Introduce SM3 hash hmac pbkdf algorithm
11 months ago
pbkdf-gnutls.c
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
1 year ago
pbkdf-nettle.c
crypto: Introduce SM3 hash hmac pbkdf algorithm
11 months ago
pbkdf-stub.c
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
1 year ago
pbkdf.c
crypto: fix bogus error benchmarking pbkdf on fast machines
8 months ago
random-gcrypt.c
…
random-gnutls.c
…
random-none.c
crypto: add "none" random provider
5 years ago
random-platform.c
…
rsakey-builtin.c.inc
qapi/crypto: Drop unwanted 'prefix'
1 year ago
rsakey-nettle.c.inc
qapi/crypto: Drop unwanted 'prefix'
1 year ago
rsakey.c
crypto: Support export akcipher to pkcs8
3 years ago
rsakey.h
crypto: Support export akcipher to pkcs8
3 years ago
secret.c
qom: Have class_init() take a const data argument
5 months ago
secret_common.c
qom: Make InterfaceInfo[] uses const
5 months ago
secret_keyring.c
qom: Have class_init() take a const data argument
5 months ago
sm4.c
crypto: Add SM4 constant parameter CK
2 years ago
tls-cipher-suites.c
qom: Make InterfaceInfo[] uses const
5 months ago
tlscreds.c
qom: Have class_init() take a const data argument
5 months ago
tlscredsanon.c
qom: Make InterfaceInfo[] uses const
5 months ago
tlscredspriv.h
crypto: Make QCryptoTLSCreds* structures private
4 years ago
tlscredspsk.c
qom: Make InterfaceInfo[] uses const
5 months ago
tlscredsx509.c
crypto: load all certificates in X509 CA file
2 months ago
tlssession.c
crypto: add tracing & warning about GNUTLS countermeasures
2 months ago
trace-events
crypto: add tracing & warning about GNUTLS countermeasures
2 months ago
trace.h
trace: switch position of headers to what Meson requires
5 years ago
x509-utils.c
crypto/x509-utils: Check for error from gnutls_x509_crt_init()
3 months ago
xts.c
…