Lines Matching defs:key
21 /* Supported key algorithms */
32 /* Maximum number of valid key sizes per algorithm */
42 /* Supported key sizes */
43 /* NOTE: the first item in each array is the default key size */
57 * One instance of this structure must be created for each key, usually in an
63 const char *opt; /* Command line option to specify a key */
66 char *fn; /* Filename to load/store the key */
67 EVP_PKEY *key; /* Key container */
74 int key_new(key_t *key);
76 int key_create(key_t *key, int type, int key_bits);
77 unsigned int key_load(key_t *key);
78 int key_store(key_t *key);