X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fcrypto%2Fpublic_key.h;h=05778df0e3b4718a814da356d633a32865d6d47c;hb=67f7d60b3a08a3e3ec51c29c25767a9d9d0bd2b1;hp=46bde250bfae99135860a69dd737f108a3ad3441;hpb=206ce59a109f3b4bb352845bcd04f3cf504ae592;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index 46bde25..05778df 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h @@ -60,6 +60,7 @@ struct public_key { #define PKEY_CAN_DECRYPT 0x02 #define PKEY_CAN_SIGN 0x04 #define PKEY_CAN_VERIFY 0x08 + enum pkey_algo pkey_algo : 8; enum pkey_id_type id_type : 8; union { MPI mpi[5];