Searched refs:method (Results 1 – 6 of 6) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | ui.h | 86 UI *UI_new_method(const UI_METHOD *method); 323 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)); 324 int UI_method_set_writer(UI_METHOD *method, 327 int UI_method_set_reader(UI_METHOD *method, 330 int UI_method_set_prompt_constructor(UI_METHOD *method, 336 int (*UI_method_get_opener(UI_METHOD *method)) (UI *); 337 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *); 338 int (*UI_method_get_flusher(UI_METHOD *method)) (UI *); 339 int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *); 340 int (*UI_method_get_closer(UI_METHOD *method)) (UI *); [all …]
|
A D | x509v3.h | 90 typedef void *(*X509V3_EXT_V2I)(const struct v3_ext_method *method, 93 typedef char *(*X509V3_EXT_I2S)(const struct v3_ext_method *method, 95 typedef void *(*X509V3_EXT_S2I)(const struct v3_ext_method *method, 99 typedef void *(*X509V3_EXT_R2I)(const struct v3_ext_method *method, 212 ASN1_OBJECT *method; member 529 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, 536 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, 546 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, 559 char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, 599 const X509V3_EXT_METHOD *method, [all …]
|
A D | dso.h | 242 DSO *DSO_new_method(DSO_METHOD *method);
|
A D | x509_vfy.h | 226 X509_LOOKUP_METHOD *method; /* the functions */ member 517 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
|
A D | ssl.h | 916 COMP_METHOD *method; member 918 char *method; member 926 const SSL_METHOD *method; member 1431 const SSL_METHOD *method; member 2401 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method);
|
A D | bio.h | 326 BIO_METHOD *method; member
|
Completed in 30 milliseconds