Home
last modified time | relevance | path

Searched defs:ossl_param_st (Results 1 – 1 of 1) sorted by relevance

/openssl/include/openssl/
H A Dcore.h85 struct ossl_param_st { struct
86 const char *key; /* the name of the parameter */
87 unsigned int data_type; /* declare what kind of content is in buffer */
88 void *data; /* value being passed in or out */
89 size_t data_size; /* data size */
90 size_t return_size; /* returned content size */

Completed in 5 milliseconds