Searched defs:kernel_pkey_params (Results 1 – 1 of 1) sorted by relevance
29 struct kernel_pkey_params { struct30 struct key *key;31 const char *encoding; /* Encoding (eg. "oaep" or "raw" for none) */32 const char *hash_algo; /* Digest algorithm used (eg. "sha1") or NULL if N/A */33 char *info; /* Modified info string to be released later */34 __u32 in_len; /* Input data size */35 union {39 enum kernel_pkey_operation op : 8;