Codebase list libcryptx-perl / e90dce2
ccm_state Karel Miko 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2626 } *Crypt__Digest;
2727
2828 typedef struct ccm_struct { /* used by Crypt::AuthEnc::CCM */
29 ccm_state state;
2930 int id;
3031 } *Crypt__AuthEnc__CCM;
3132