aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Varvara <[email protected]>2013-05-28 15:37:08 +0800
committerHerbert Xu <[email protected]>2013-05-28 15:37:08 +0800
commitda64e35810e0717ec63ca25a46118f48e320caff (patch)
tree35809a4037948bd301f305c8591967ee3fa5ceff
parent590f9667a2307b24e9b56138d901dd2f228db6e0 (diff)
crypto: caam - Add define for Adjust Output Frame Length in PDB
Add define for "Adjust Output Frame Length" in order to set the AOFL bit in the IPsec ESP Decapsulation PDB. Signed-off-by: Anca-Jeanina Floarea <[email protected]> Signed-off-by: Andrei Varvara <[email protected]> Reviewed-by: Phillips Kim-R1AAHA <[email protected]> Reviewed-by: Fleming Andrew-AFLEMING <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r--drivers/crypto/caam/pdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/pdb.h b/drivers/crypto/caam/pdb.h
index 62950d22ac13..3a87c0cf879a 100644
--- a/drivers/crypto/caam/pdb.h
+++ b/drivers/crypto/caam/pdb.h
@@ -44,6 +44,7 @@
#define PDBOPTS_ESP_IPHDRSRC 0x08 /* IP header comes from PDB (encap) */
#define PDBOPTS_ESP_INCIPHDR 0x04 /* Prepend IP header to output frame */
#define PDBOPTS_ESP_IPVSN 0x02 /* process IPv6 header */
+#define PDBOPTS_ESP_AOFL 0x04 /* adjust out frame len (decap, SEC>=5.3)*/
#define PDBOPTS_ESP_TUNNEL 0x01 /* tunnel mode next-header byte */
#define PDBOPTS_ESP_IPV6 0x02 /* ip header version is V6 */
#define PDBOPTS_ESP_DIFFSERV 0x40 /* copy TOS/TC from inner iphdr */