Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 271) sorted by relevance

1234567891011

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_meth.c22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); in X509_LOOKUP_meth_new() local
37 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_free()
44 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_new_item()
51 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_new_item()
58 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_free()
65 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_free()
71 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_init()
78 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_init()
85 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_shutdown()
92 int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_shutdown()
[all …]
H A Dv3_soa_id.c17 static int i2r_SOA_IDENTIFIER(X509V3_EXT_METHOD *method, in i2r_SOA_IDENTIFIER()
24 static void *r2i_SOA_IDENTIFIER(X509V3_EXT_METHOD *method, in r2i_SOA_IDENTIFIER()
30 static char *i2s_SOA_IDENTIFIER(const X509V3_EXT_METHOD *method, void *val) in i2s_SOA_IDENTIFIER()
35 static void *s2i_SOA_IDENTIFIER(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_SOA_IDENTIFIER()
H A Dv3_single_use.c17 static int i2r_SINGLE_USE(X509V3_EXT_METHOD *method, in i2r_SINGLE_USE()
24 static void *r2i_SINGLE_USE(X509V3_EXT_METHOD *method, in r2i_SINGLE_USE()
30 static char *i2s_SINGLE_USE(const X509V3_EXT_METHOD *method, void *val) in i2s_SINGLE_USE()
35 static void *s2i_SINGLE_USE(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_SINGLE_USE()
H A Dv3_no_ass.c17 static int i2r_NO_ASSERTION(X509V3_EXT_METHOD *method, in i2r_NO_ASSERTION()
24 static void *r2i_NO_ASSERTION(X509V3_EXT_METHOD *method, in r2i_NO_ASSERTION()
30 static char *i2s_NO_ASSERTION(const X509V3_EXT_METHOD *method, void *val) in i2s_NO_ASSERTION()
35 static void *s2i_NO_ASSERTION(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_NO_ASSERTION()
H A Dv3_no_rev_avail.c17 static int i2r_NO_REV_AVAIL(X509V3_EXT_METHOD *method, in i2r_NO_REV_AVAIL()
24 static void *r2i_NO_REV_AVAIL(X509V3_EXT_METHOD *method, in r2i_NO_REV_AVAIL()
30 static char *i2s_NO_REV_AVAIL(const X509V3_EXT_METHOD *method, void *val) in i2s_NO_REV_AVAIL()
35 static void *s2i_NO_REV_AVAIL(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_NO_REV_AVAIL()
H A Dv3_ind_iss.c17 static int i2r_INDIRECT_ISSUER(X509V3_EXT_METHOD *method, in i2r_INDIRECT_ISSUER()
24 static void *r2i_INDIRECT_ISSUER(X509V3_EXT_METHOD *method, in r2i_INDIRECT_ISSUER()
30 static char *i2s_INDIRECT_ISSUER(const X509V3_EXT_METHOD *method, void *val) in i2s_INDIRECT_ISSUER()
35 static void *s2i_INDIRECT_ISSUER(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_INDIRECT_ISSUER()
H A Dv3_group_ac.c17 static int i2r_GROUP_AC(X509V3_EXT_METHOD *method, in i2r_GROUP_AC()
24 static void *r2i_GROUP_AC(X509V3_EXT_METHOD *method, in r2i_GROUP_AC()
30 static char *i2s_GROUP_AC(const X509V3_EXT_METHOD *method, void *val) in i2s_GROUP_AC()
35 static void *s2i_GROUP_AC(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_GROUP_AC()
H A Dv3_attrdesc.c75 static int i2r_INFO_SYNTAX_POINTER(X509V3_EXT_METHOD *method, in i2r_INFO_SYNTAX_POINTER()
94 static int i2r_OSSL_INFO_SYNTAX(X509V3_EXT_METHOD *method, in i2r_OSSL_INFO_SYNTAX()
117 static int i2r_OSSL_PRIVILEGE_POLICY_ID(X509V3_EXT_METHOD *method, in i2r_OSSL_PRIVILEGE_POLICY_ID()
133 static int i2r_OSSL_ATTRIBUTE_DESCRIPTOR(X509V3_EXT_METHOD *method, in i2r_OSSL_ATTRIBUTE_DESCRIPTOR()
H A Dv3_ac_tgt.c101 static int i2r_OBJECT_DIGEST_INFO(X509V3_EXT_METHOD *method, in i2r_OBJECT_DIGEST_INFO()
159 static int i2r_TARGET_CERT(X509V3_EXT_METHOD *method, in i2r_TARGET_CERT()
181 static int i2r_TARGET(X509V3_EXT_METHOD *method, in i2r_TARGET()
204 static int i2r_TARGETS(X509V3_EXT_METHOD *method, in i2r_TARGETS()
219 static int i2r_TARGETING_INFORMATION(X509V3_EXT_METHOD *method, in i2r_TARGETING_INFORMATION()
H A Dv3_skid.c27 char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_OCTET_STRING()
33 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_OCTET_STRING()
91 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, in s2i_skey_id()
H A Dv3_timespec.c158 static int i2r_OSSL_DAY_TIME(X509V3_EXT_METHOD *method, in i2r_OSSL_DAY_TIME()
176 static int i2r_OSSL_DAY_TIME_BAND(X509V3_EXT_METHOD *method, in i2r_OSSL_DAY_TIME_BAND()
337 static int i2r_OSSL_PERIOD(X509V3_EXT_METHOD *method, in i2r_OSSL_PERIOD()
536 static int i2r_OSSL_TIME_SPEC_TIME(X509V3_EXT_METHOD *method, in i2r_OSSL_TIME_SPEC_TIME()
567 static int i2r_OSSL_TIME_SPEC(X509V3_EXT_METHOD *method, in i2r_OSSL_TIME_SPEC()
H A Dv3_san.c301 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt()
378 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt()
473 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES()
500 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME()
507 const X509V3_EXT_METHOD *method, in a2i_GENERAL_NAME()
600 const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME_ex()
H A Dv3_utf8.c29 char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_UTF8STRING()
45 ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_UTF8STRING()
H A Dv3_ia5.c28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING()
41 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
/freebsd/crypto/openssl/crypto/ocsp/
H A Dv3_ocsp.c110 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid()
143 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff()
153 static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, in i2r_object()
215 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, in i2r_ocsp_nonce()
227 static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, in i2r_ocsp_nocheck()
233 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, in s2i_ocsp_nocheck()
239 static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, in i2r_ocsp_serviceloc()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_methods.c26 enum eap_type method) in eap_server_get_eap_method()
73 enum eap_type method, in eap_server_method_alloc()
92 static void eap_server_method_free(struct eap_method *method) in eap_server_method_free()
108 int eap_server_method_register(struct eap_method *method) in eap_server_method_register()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c23 UI *UI_new_method(const UI_METHOD *method) in UI_new_method()
642 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
651 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer()
661 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher()
670 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader()
680 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer()
689 int UI_method_set_data_duplicator(UI_METHOD *method, in UI_method_set_data_duplicator()
701 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor()
713 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data()
718 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *) in UI_method_get_opener()
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_methods.c31 enum eap_type method) in eap_peer_get_eap_method()
234 int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload()
283 enum eap_type method, in eap_peer_method_alloc()
302 static void eap_peer_method_free(struct eap_method *method) in eap_peer_method_free()
318 int eap_peer_method_register(struct eap_method *method) in eap_peer_method_register()
/freebsd/crypto/openssl/crypto/ct/
H A Dct_x509v3.c16 static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val) in i2s_poison()
21 static void *s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_poison()
26 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, in i2r_SCT_LIST()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c64 static int up_ref_loader(void *method) in up_ref_loader()
69 static void free_loader(void *method) in free_loader()
140 void *method = NULL; in get_loader_from_store() local
158 static int put_loader_in_store(void *store, void *method, in put_loader_in_store()
267 void *method = NULL; in construct_loader() local
284 static void destruct_loader(void *method, void *data) in destruct_loader()
297 void *method = NULL; in inner_loader_fetch() local
379 void *method; in OSSL_STORE_LOADER_fetch() local
462 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
/freebsd/contrib/ofed/libibumad/
H A Dumad_str.c88 static const char * umad_common_method_str(uint8_t method) in umad_common_method_str()
112 static const char * umad_sa_method_str(uint8_t method) in umad_sa_method_str()
134 const char * umad_method_str(uint8_t mgmt_class, uint8_t method) in umad_method_str()
/freebsd/crypto/openssh/
H A Dauth2.c274 char *user = NULL, *service = NULL, *method = NULL, *style = NULL; input_userauth_request() local
367 const char *method = packet_method; userauth_finish() local
475 auth2_method_allowed(Authctxt * authctxt,const char * method,const char * submethod) auth2_method_allowed() argument
542 Authmethod *method; authmethod_lookup() local
606 list_starts_with(const char * methods,const char * method,const char * submethod) list_starts_with() argument
638 remove_method(char ** methods,const char * method,const char * submethod) remove_method() argument
664 auth2_update_methods_lists(Authctxt * authctxt,const char * method,const char * submethod) auth2_update_methods_lists() argument
774 auth2_update_session_info(Authctxt * authctxt,const char * method,const char * submethod) auth2_update_session_info() argument
[all...]
/freebsd/lib/libc/tests/resolv/
H A Dresolv_test.c53 enum method { enum
174 resolvone(long threadnum, int n, enum method method) in resolvone()
210 enum method method; member
233 run(int nhosts, enum method method, long i) in run()
252 run_tests(const char *hostlist_file, enum method method) in run_tests()
307 #define RUN_TESTS(tc, method) \ argument
/freebsd/sys/vm/
H A Dvm_pager.h202 pgo_pageunswapped_t *method; in vm_pager_page_unswapped() local
213 pgo_writecount_t *method; in vm_pager_update_writecount() local
224 pgo_writecount_t *method; in vm_pager_release_writecount() local
234 pgo_getvp_t *method; in vm_pager_getvp() local
248 pgo_freespace_t *method; in vm_pager_freespace() local
258 pgo_page_inserted_t *method; in vm_pager_page_inserted() local
268 pgo_page_removed_t *method; in vm_pager_page_removed() local
278 pgo_can_alloc_page_t *method; in vm_pager_can_alloc_page() local
/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c37 void *method; member
45 METHOD method; member
53 METHOD method; member
162 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref()
167 static void ossl_method_free(METHOD *method) in ossl_method_free()
318 int nid, const char *properties, void *method, in ossl_method_store_add()
435 const void *method) in ossl_method_store_remove()
551 void (*fn)(int id, void *method, void *fnarg), in alg_do_one()
565 void (*fn)(int id, void *method, void *fnarg), in ossl_method_store_do_all()
623 const OSSL_PROVIDER **prov_rw, void **method) in ossl_method_store_fetch()
[all …]

1234567891011