The document describes the DPDK symmetric cryptography framework. It includes APIs for scheduling crypto workloads using mbuf bursts, crypto primitives like cipher and hash algorithms, crypto transforms, session management, crypto operations, operation pools, and implemented PMDs like the AES-NI multi-buffer PMD and QAT PMD. Performance tests show the QAT PMD achieving higher throughput than the AES-NI multi-buffer PMD for AES128_CBC_SHA256_HMAC. Future work includes adding asymmetric crypto and an accelerated IPsec solution.