]> git.sur5r.net Git - u-boot/blobdiff - drivers/crypto/fsl/jr.h
crypto/fsl: fix BLOB encapsulation and decapsulation
[u-boot] / drivers / crypto / fsl / jr.h
index 1642dbbf4c22c9c878261bf8f342de648f1ef111..d897e572d6e981503db52b66823fed7cb15a9d52 100644 (file)
@@ -90,6 +90,9 @@ struct jobring {
        /* This ring can be on the stack */
        struct jr_info info[JR_SIZE];
        struct op_ring *output_ring;
+       /* Offset in CCSR to the SEC engine to which this JR belongs */
+       uint32_t sec_offset;
+
 };
 
 struct result {