Home
last modified time | relevance | path

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

12345678910

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_meth.c39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_free()
46 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_new_item()
60 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_free()
67 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_free()
73 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_init()
80 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_init()
87 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_shutdown()
101 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_ctrl()
121 const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_get_by_subject()
149 const X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_get_get_by_fingerprint()
[all …]
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_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()
474 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES()
502 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME()
509 const X509V3_EXT_METHOD *method, in a2i_GENERAL_NAME()
602 const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME_ex()
H A Dv3_ia5.c28 char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5) in i2s_ASN1_IA5STRING()
43 ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
H A Dv3_utf8.c29 char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_UTF8STRING()
47 ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_UTF8STRING()
H A Dv3_crld.c241 static void *v2i_crld(const X509V3_EXT_METHOD *method, in v2i_crld()
364 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp()
440 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp()
464 static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, in i2r_crldp()
H A Dv3_pci.c67 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, in i2r_pci()
239 static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method, in r2i_pci()
H A Dv3_enum.c41 char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, in i2s_ASN1_ENUMERATED_TABLE()
/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()
631 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
640 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer()
659 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader()
678 int UI_method_set_data_duplicator(UI_METHOD *method, in UI_method_set_data_duplicator()
690 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor()
702 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data()
707 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *) in UI_method_get_opener()
721 int (*UI_method_get_flusher(const UI_METHOD *method)) (UI *) in UI_method_get_flusher()
735 int (*UI_method_get_closer(const UI_METHOD *method)) (UI *) in UI_method_get_closer()
[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.c61 static int up_ref_loader(void *method) in up_ref_loader()
66 static void free_loader(void *method) in free_loader()
157 void *method = NULL; in get_loader_from_store() local
175 static int put_loader_in_store(void *store, void *method, in put_loader_in_store()
276 void *method = NULL; in construct_loader() local
293 static void destruct_loader(void *method, void *data) in destruct_loader()
306 void *method = NULL; in inner_loader_fetch() local
399 void *method; in OSSL_STORE_LOADER_fetch() local
413 void *method; in ossl_store_loader_fetch_by_number() local
496 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; in input_userauth_request() local
369 const char *method = packet_method; in userauth_finish() local
477 auth2_method_allowed(Authctxt *authctxt, const char *method, in auth2_method_allowed()
544 Authmethod *method; in authmethod_lookup() local
569 char *methods, *omethods, *method, *p; in auth2_methods_valid() local
655 list_starts_with(const char *methods, const char *method, in list_starts_with()
687 remove_method(char **methods, const char *method, const char *submethod) in remove_method()
713 auth2_update_methods_lists(Authctxt *authctxt, const char *method, in auth2_update_methods_lists()
823 auth2_update_session_info(Authctxt *authctxt, const char *method, in auth2_update_session_info()
H A Dauth2-none.c61 userauth_none(struct ssh *ssh, const char *method) in userauth_none()
H A Dauth2-kbdint.c47 userauth_kbdint(struct ssh *ssh, const char *method) in userauth_kbdint()
/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/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/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c154 void *method = NULL; in get_decoder_from_store() local
185 static int put_decoder_in_store(void *store, void *method, in put_decoder_in_store()
328 void *method = NULL; in construct_decoder() local
345 static void destruct_decoder(void *method, void *data) in destruct_decoder()
350 static int up_ref_decoder(void *method) in up_ref_decoder()
355 static void free_decoder(void *method) in free_decoder()
368 void *method = NULL; in inner_ossl_decoder_fetch() local
454 void *method; in OSSL_DECODER_fetch() local
467 void *method; in ossl_decoder_fetch_by_number() local
566 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
H A Dencoder_meth.c154 void *method = NULL; in get_encoder_from_store() local
185 static int put_encoder_in_store(void *store, void *method, in put_encoder_in_store()
338 void *method = NULL; in construct_encoder() local
355 static void destruct_encoder(void *method, void *data) in destruct_encoder()
360 static int up_ref_encoder(void *method) in up_ref_encoder()
365 static void free_encoder(void *method) in free_encoder()
378 void *method = NULL; in inner_ossl_encoder_fetch() local
463 void *method; in OSSL_ENCODER_fetch() local
476 void *method; in ossl_encoder_fetch_by_number() local
575 static void do_one(ossl_unused int id, void *method, void *arg) in do_one()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c35 void *method; member
43 METHOD method; member
51 METHOD method; member
167 static int ossl_method_up_ref(METHOD *method) in ossl_method_up_ref()
172 static void ossl_method_free(METHOD *method) in ossl_method_free()
298 int nid, const char *properties, void *method, in ossl_method_store_add()
380 const void *method) in ossl_method_store_remove()
466 void (*fn)(int id, void *method, void *fnarg), in alg_do_one()
490 void (*fn)(int id, void *method, void *fnarg), in ossl_method_store_do_all()
503 const OSSL_PROVIDER **prov_rw, void **method) in ossl_method_store_fetch()
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c144 void *method = NULL; in get_evp_method_from_store() local
178 static int put_evp_method_in_store(void *store, void *method, in put_evp_method_in_store()
234 void *method; in construct_evp_method() local
252 static void destruct_evp_method(void *method, void *data) in destruct_evp_method()
274 void *method = NULL; in inner_evp_generic_fetch() local
405 void *method; in evp_generic_fetch() local
432 void *method; in evp_generic_fetch_by_number() local
458 void *method; in evp_generic_fetch_from_prov() local
645 static void filter_on_operation_id(int id, void *method, void *arg) in filter_on_operation_id()
654 void (*user_fn)(void *method, void *arg), in evp_generic_do_all()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dmcm_rereg_test.c77 static void build_mcm_rec_umad(void *umad, ib_portid_t * dport, int method, in build_mcm_rec_umad()
95 uint8_t * umad, int len, int method, ibmad_gid_t port_gid) in rereg_send()
212 unsigned n, method, status; in rereg_recv_all() local
268 unsigned method, status; in rereg_query_all() local

12345678910