Searched refs:qcrypto_cipher_validate_key_length (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipher.c | 104 qcrypto_cipher_validate_key_length(QCryptoCipherAlgorithm alg, in qcrypto_cipher_validate_key_length() function
|
H A D | cipher-gcrypt.c.inc | 242 if (!qcrypto_cipher_validate_key_length(alg, mode, nkey, errp)) {
|
H A D | cipher-builtin.c.inc | 250 if (!qcrypto_cipher_validate_key_length(alg, mode, nkey, errp)) {
|
H A D | cipher-gnutls.c.inc | 292 if (!qcrypto_cipher_validate_key_length(alg, mode, nkey, errp)) {
|
H A D | cipher-nettle.c.inc | 508 if (!qcrypto_cipher_validate_key_length(alg, mode, nkey, errp)) {
|