blob: d54816d673f23d9dbcb553df7b7c5c50dab7342a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
name: IPSec crypto engine provided by native implementation
maintainer: Damjan Marion <damarion@cisco.com>
features:
- CBC(128, 192, 256)
- GCM(128, 192, 256)
- CTR(128, 192, 256)
- SHA(224, 256)
- HMAC-SHA(224, 256)
description: "An implementation of a native crypto-engine"
state: production
properties: [API, CLI, MULTITHREAD]
|