Lines Matching full:cipher
24 #include "crypto/cipher.h"
29 * vectors for block encryption schemes using chained cipher modes
55 * QCryptoCipher *cipher = qcrypto_cipher_new(QCRYPTO_CIPHER_ALGO_AES_128,
58 * if (!cipher) {
71 * if (qcrypto_cipher_setiv(cipher, iv, niv, errp) < 0) {
74 * if (qcrypto_cipher_encrypt(cipher,
86 * qcrypto_cipher_free(cipher);
92 * qcrypto_cipher_free(cipher);
106 * @cipheralg: the cipher algorithm or 0
177 * Get the cipher algorithm used by this IV generator (if
180 * Returns: the cipher algorithm