Searched defs:pohmelfs_crypto (Results 1 – 1 of 1) sorted by relevance
112 struct pohmelfs_crypto { struct113 unsigned int idx; /* Config index */114 unsigned short strlen; /* Size of the attached crypto string including 0-byte116 unsigned short type; /* HMAC, cipher, both */117 unsigned int keysize; /* Key size */118 unsigned char data[0]; /* Algorithm string, key and IV */