Home
last modified time | relevance | path

Searched refs:gss_const_OID (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mo.c42 get_option_def(int def, gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) in get_option_def()
48 _gss_mo_get_option_1(gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) in _gss_mo_get_option_1()
54 _gss_mo_get_option_0(gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) in _gss_mo_get_option_0()
60 _gss_mo_get_ctx_as_string(gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) in _gss_mo_get_ctx_as_string()
72 gss_mo_set(gss_const_OID mech, gss_const_OID option, in gss_mo_set()
89 gss_mo_get(gss_const_OID mech, gss_const_OID option, gss_buffer_t value) in gss_mo_get()
118 gss_mo_list(gss_const_OID mech, gss_OID_set *options) in gss_mo_list()
139 gss_mo_name(gss_const_OID mech, gss_const_OID option, gss_buffer_t name) in gss_mo_name()
177 mo_value(const gss_const_OID mech, gss_const_OID option, gss_buffer_t name) in mo_value()
514 gss_const_OID mech, in gss_inquire_attrs_for_mech()
[all …]
H A Dgss_acquire_cred_ext.c37 gss_const_OID credential_type, in _gss_acquire_mech_cred()
40 gss_const_OID desired_mech, in _gss_acquire_mech_cred()
110 gss_const_OID credential_type, in _gss_acquire_cred_ext()
113 gss_const_OID desired_mech, in _gss_acquire_cred_ext()
H A Dgss_oid_equal.c51 gss_oid_equal(gss_const_OID a, gss_const_OID b) in gss_oid_equal()
H A Dcred.h51 gss_const_OID credential_type,
54 gss_const_OID desired_mech,
H A Dgss_encapsulate_token.c38 gss_const_OID oid, in gss_encapsulate_token()
H A Dcompat.h49 gss_const_OID, /* mech */
H A Dgss_decapsulate_token.c38 gss_const_OID oid, in gss_decapsulate_token()
H A Dgss_oid_to_str.c70 gss_oid_to_name(gss_const_OID oid) in gss_oid_to_name()
H A Dgss_mech_switch.c430 __gss_get_mechanism(gss_const_OID mech) in __gss_get_mechanism()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h360 gss_const_OID /* credential_type */,
363 gss_const_OID /* desired_mech */,
459 int (*get)(gss_const_OID, gss_mo_desc *, gss_buffer_t);
460 int (*set)(gss_const_OID, gss_mo_desc *, int, gss_buffer_t);
474 gss_const_OID /* user_name_type */
551 __gss_get_mechanism(gss_const_OID /* oid */);
559 int _gss_mo_get_option_1(gss_const_OID, gss_mo_desc *, gss_buffer_t);
560 int _gss_mo_get_option_0(gss_const_OID, gss_mo_desc *, gss_buffer_t);
561 int _gss_mo_get_ctx_as_string(gss_const_OID, gss_mo_desc *, gss_buffer_t);
586 gss_const_OID /*credential_type*/,
[all …]
H A Dgsstool.c136 print_mech_attr(const char *mechname, gss_const_OID mech, gss_OID_set set) in print_mech_attr()
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h104 typedef const gss_OID_desc * gss_const_OID; typedef
775 gss_oid_equal(gss_const_OID a, gss_const_OID b);
903 gss_const_OID /* oid */,
908 gss_const_OID /* oid */,
953 gss_mo_set(gss_const_OID mech, gss_const_OID option,
957 gss_mo_get(gss_const_OID mech, gss_const_OID option, gss_buffer_t value);
960 gss_mo_list(gss_const_OID mech, gss_OID_set *options);
963 gss_mo_name(gss_const_OID mech, gss_const_OID options, gss_buffer_t name);
990 gss_const_OID mech,
996 gss_const_OID mech_attr,
[all …]
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dacquire_cred.c107 gss_const_OID credential_type, in acquire_initiator_cred()
111 gss_const_OID desired_mech, in acquire_initiator_cred()
258 gss_const_OID credential_type, in acquire_acceptor_cred()
262 gss_const_OID desired_mech, in acquire_acceptor_cred()
370 gss_const_OID credential_type, in _gsskrb5_acquire_cred_ext()
373 gss_const_OID desired_mech, in _gsskrb5_acquire_cred_ext()
H A Dgsskrb5-private.h306 gss_const_OID /*credential_type*/,
309 gss_const_OID /*desired_mech*/,
332 gss_const_OID /*user_name_type*/);
H A Dauthorize_localname.c39 gss_const_OID user_name_type) in _gsskrb5_authorize_localname()