| AlgId typedef | ara::crypto::cryp::CryptoContext | |
| EstimateMaxInputSize(std::size_t outputCapacity) const noexcept | ara::crypto::cryp::StreamCipherCtx | inline |
| EstimateRequiredCapacity(std::size_t inputSize, bool isFinal=false) const noexcept | ara::crypto::cryp::StreamCipherCtx | inline |
| FinishBytes(ReadOnlyMemRegion in) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| GetBlockService() const noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| GetCryptoPrimitiveId() const noexcept=0 | ara::crypto::cryp::CryptoContext | pure virtual |
| GetTransformation() const noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| IsBytewiseMode() const noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| IsInitialized() const noexcept=0 | ara::crypto::cryp::CryptoContext | pure virtual |
| MyProvider() const noexcept=0 | ara::crypto::cryp::CryptoContext | pure virtual |
| operator=(const CryptoContext &other)=default | ara::crypto::cryp::CryptoContext | |
| operator=(CryptoContext &&other)=default | ara::crypto::cryp::CryptoContext | |
| ProcessBlocks(ReadOnlyMemRegion in) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| ProcessBlocks(ReadWriteMemRegion inOut) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| ProcessBytes(ReadOnlyMemRegion in) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| Reset() noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| SetKey(const SymmetricKey &key, CryptoTransform transform=CryptoTransform::kEncrypt) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| Start(ReadOnlyMemRegion iv=ReadOnlyMemRegion()) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| Start(const SecretSeed &iv) noexcept=0 | ara::crypto::cryp::StreamCipherCtx | pure virtual |
| Uptr typedef | ara::crypto::cryp::StreamCipherCtx | |
| ~CryptoContext() noexcept=default | ara::crypto::cryp::CryptoContext | virtual |