Searched refs:qcrypto_block_get_cipher (Results 1 – 3 of 3) sorted by relevance
267 QCryptoCipher *qcrypto_block_get_cipher(QCryptoBlock *block);
255 cipher = qcrypto_block_get_cipher(blk); in test_block_assert_setup()316 g_assert(qcrypto_block_get_cipher(blk) == NULL); in test_block()
222 QCryptoCipher *qcrypto_block_get_cipher(QCryptoBlock *block) in qcrypto_block_get_cipher() function