Searched refs:method (Results 1 - 25 of 403) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_meth.c22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); local
24 if (method != NULL) {
25 method->name = OPENSSL_strdup(name);
26 if (method->name == NULL) {
32 return method;
35 OPENSSL_free(method);
39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) argument
41 if (method != NULL)
42 OPENSSL_free(method->name);
43 OPENSSL_free(method);
46 X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, int (*new_item) (X509_LOOKUP *ctx)) argument
53 X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method) argument
59 X509_LOOKUP_meth_set_free( X509_LOOKUP_METHOD *method, void (*free_fn) (X509_LOOKUP *ctx)) argument
67 X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method) argument
73 X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, int (*init) (X509_LOOKUP *ctx)) argument
80 X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method) argument
86 X509_LOOKUP_meth_set_shutdown( X509_LOOKUP_METHOD *method, int (*shutdown) (X509_LOOKUP *ctx)) argument
94 X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method) argument
100 X509_LOOKUP_meth_set_ctrl( X509_LOOKUP_METHOD *method, X509_LOOKUP_ctrl_fn ctrl) argument
108 X509_LOOKUP_meth_get_ctrl(const X509_LOOKUP_METHOD *method) argument
113 X509_LOOKUP_meth_set_get_by_subject(X509_LOOKUP_METHOD *method, X509_LOOKUP_get_by_subject_fn get_by_subject) argument
120 X509_LOOKUP_meth_get_get_by_subject( const X509_LOOKUP_METHOD *method) argument
127 X509_LOOKUP_meth_set_get_by_issuer_serial(X509_LOOKUP_METHOD *method, X509_LOOKUP_get_by_issuer_serial_fn get_by_issuer_serial) argument
135 X509_LOOKUP_meth_get_get_by_issuer_serial(const X509_LOOKUP_METHOD *method) argument
141 X509_LOOKUP_meth_set_get_by_fingerprint(X509_LOOKUP_METHOD *method, X509_LOOKUP_get_by_fingerprint_fn get_by_fingerprint) argument
148 X509_LOOKUP_meth_get_get_by_fingerprint( const X509_LOOKUP_METHOD *method) argument
154 X509_LOOKUP_meth_set_get_by_alias(X509_LOOKUP_METHOD *method, X509_LOOKUP_get_by_alias_fn get_by_alias) argument
161 X509_LOOKUP_meth_get_get_by_alias( const X509_LOOKUP_METHOD *method) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server_methods.c2 * EAP server method registration
20 * eap_server_get_eap_method - Get EAP method based on type number
22 * @method: EAP type number
23 * Returns: Pointer to EAP method or %NULL if not found
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
37 * eap_server_get_type - Get EAP type for the given EAP method name
38 * @name: EAP method name, e.g., TLS
40 * Returns: EAP method typ
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
90 eap_server_method_free(struct eap_method *method) argument
106 eap_server_method_register(struct eap_method *method) argument
[all...]
H A Deap_methods.h2 * EAP server method registration
15 EapType method);
17 EapType method, const char *name);
18 int eap_server_method_register(struct eap_method *method);
24 /* EAP server method registration calls for statically linked in methods */
/freebsd-12-stable/crypto/openssh/
H A Daudit.c47 audit_classify_auth(const char *method) argument
49 if (strcmp(method, "none") == 0)
51 else if (strcmp(method, "password") == 0)
53 else if (strcmp(method, "publickey") == 0 ||
54 strcmp(method, "rsa") == 0)
56 else if (strncmp(method, "keyboard-interactive", 20) == 0 ||
57 strcmp(method, "challenge-response") == 0)
59 else if (strcmp(method, "hostbased") == 0 ||
60 strcmp(method, "rhosts-rsa") == 0)
62 else if (strcmp(method, "gssap
[all...]
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_enum.c41 char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, argument
48 for (enam = method->usr_data; enam->lname; enam++) {
52 return i2s_ASN1_ENUMERATED(method, e);
H A Dv3_prn.c77 const X509V3_EXT_METHOD *method; local
85 if ((method = X509V3_EXT_get(ext)) == NULL)
87 if (method->it)
88 ext_str = ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
90 ext_str = method->d2i(NULL, &p, extlen);
95 if (method->i2s) {
96 if ((value = method->i2s(method, ext_str)) == NULL) {
115 } else if (method->i2v) {
116 if ((nval = method
[all...]
H A Dv3_info.c19 *method, AUTHORITY_INFO_ACCESS
23 *method,
49 ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT),
62 X509V3_EXT_METHOD *method, AUTHORITY_INFO_ACCESS *ainfo,
75 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
80 i2t_ASN1_OBJECT(objtmp, sizeof(objtmp), desc->method);
101 *method,
134 if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
141 acc->method = OBJ_txt2obj(objtmp, 0);
142 if (!acc->method) {
[all...]
H A Dv3_bitst.c46 STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
51 for (bnam = method->usr_data; bnam->lname; bnam++) {
58 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, argument
72 for (bnam = method->usr_data; bnam->lname; bnam++) {
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_methods.c21 static void eap_peer_method_free(struct eap_method *method);
25 * eap_peer_get_eap_method - Get EAP method based on type number
27 * @method: EAP type number
28 * Returns: Pointer to EAP method or %NULL if not found
30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
34 if (m->vendor == vendor && m->method == method)
42 * eap_peer_get_type - Get EAP type for the given EAP method name
43 * @name: EAP method name, e.g., TLS
45 * Returns: EAP method typ
233 eap_peer_method_unload(struct eap_method *method) argument
281 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
300 eap_peer_method_free(struct eap_method *method) argument
316 eap_peer_method_register(struct eap_method *method) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
18 EapType method, const char *name);
19 int eap_peer_method_register(struct eap_method *method);
68 int eap_peer_method_unload(struct eap_method *method);
77 static inline int eap_peer_method_unload(struct eap_method *method) argument
84 /* EAP peer method registration calls for statically linked in methods */
/freebsd-12-stable/tools/regression/geom/ConfCmp/
H A Da1.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
[all...]
H A Da1a.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x90712c0</ref></method>
20 <method><ref>0x90712c0</ref></method>
32 <method><ref>0x90712c0</ref></method>
44 <method><ref>0x90712c0</ref></method>
[all...]
H A Da1b.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
[all...]
H A Da1c.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
[all...]
H A Da1d.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
[all...]
/freebsd-12-stable/contrib/ofed/libibmad/
H A Dbm.c45 static inline int response_expected(int method) argument
47 return method == IB_MAD_METHOD_GET ||
48 method == IB_MAD_METHOD_SET || method == IB_MAD_METHOD_TRAP;
68 resp_expected = response_expected(call->method);
72 rpc.method = call->method;
86 ("method 0x%x attr 0x%x mod 0x%x datasz %d off %d res_ex %d bkey 0x%08x%08x",
87 rpc.method, rpc.attr.id, rpc.attr.mod, rpc.datasz, rpc.dataoffs,
H A Dvendor.c51 static inline int response_expected(int method) argument
53 return method == IB_MAD_METHOD_GET ||
54 method == IB_MAD_METHOD_SET || method == IB_MAD_METHOD_TRAP;
80 resp_expected = response_expected(call->method);
84 rpc.method = call->method;
97 ("class 0x%x method 0x%x attr 0x%x mod 0x%x datasz %d off %d res_ex %d",
98 rpc.mgtclass, rpc.method, rpc.attr.id, rpc.attr.mod, rpc.datasz,
/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbio_cb.c39 BIO_snprintf(p, left, "Free - %s\n", bio->method->name);
42 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
45 bio->method->name, bio->num);
48 bio->num, (unsigned long)argi, bio->method->name);
51 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
54 bio->method->name, bio->num);
57 bio->num, (unsigned long)argi, bio->method->name);
60 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name);
64 bio->method->name);
68 bio->method
[all...]
/freebsd-12-stable/contrib/apr/poll/unix/
H A Dpollcb.c44 static const apr_pollcb_provider_t *pollcb_provider(apr_pollset_method_e method) argument
47 switch (method) {
94 apr_pollset_method_e method)
105 * but someone might implement other pollcb method in
108 if (method == APR_POLLSET_DEFAULT) {
109 method = APR_POLLSET_POLL;
113 if (method == APR_POLLSET_DEFAULT)
114 method = pollset_default_method;
116 provider = pollcb_provider(method);
120 if (method
188 apr_pollset_method_e method = APR_POLLSET_DEFAULT; local
[all...]
H A Dpollset.c63 static const apr_pollset_provider_t *pollset_provider(apr_pollset_method_e method) argument
66 switch (method) {
105 apr_pollset_method_e method)
116 * In other cases it will fall back to select() method unless
119 if (method == APR_POLLSET_DEFAULT) {
120 method = APR_POLLSET_POLL;
124 if (method == APR_POLLSET_DEFAULT)
125 method = pollset_default_method;
127 provider = pollset_provider(method);
131 if (method
207 apr_pollset_method_e method = APR_POLLSET_DEFAULT; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dobjc-lang.h48 extern char *parse_selector (char *method, char **selector);
50 extern char *parse_method (char *method, char *type,
55 char *method, struct symbol **syms,
/freebsd-12-stable/contrib/ofed/libibumad/
H A Dumad_str.c88 static const char * umad_common_method_str(uint8_t method) argument
90 switch(method) {
112 static const char * umad_sa_method_str(uint8_t method) argument
114 switch(method) {
130 return (umad_common_method_str(method));
134 const char * umad_method_str(uint8_t mgmt_class, uint8_t method) argument
137 return(umad_sa_method_str(method));
139 return (umad_common_method_str(method));
H A Dumad_str.h50 const char * umad_method_str(uint8_t mgmt_class, uint8_t method);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dui.h43 UI *UI_new_method(const UI_METHOD *method);
124 * UI won't look at those, but will pass them on to the method routines. They
163 * Note that the UI_OpenSSL() method completely ignores the user data. Other
169 * This uses the duplicator method function. The destroy function will
221 /* The method with all the built-in thingies */
227 * NULL method. Literally does nothing, but may serve as a placeholder
232 /* ---------- For method writers ---------- */
234 A method contains a number of functions that implement the low level
271 All method functions take a UI as argument. Additionally, the writer and
284 * needed by method author
[all...]
/freebsd-12-stable/sys/powerpc/include/
H A Drtas.h49 cell_t rtas_token_lookup(const char *method);

Completed in 236 milliseconds

1234567891011>>