Home
last modified time | relevance | path

Searched refs:krb5_authenticator (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dcopy_athctr.c32 krb5_copy_authenticator(krb5_context context, const krb5_authenticator *authfrom, in krb5_copy_authenticator()
33 krb5_authenticator **authto) in krb5_copy_authenticator()
36 krb5_authenticator *tempto; in krb5_copy_authenticator()
38 if (!(tempto = (krb5_authenticator *)malloc(sizeof(*tempto)))) in krb5_copy_authenticator()
83 krb5_authenticator **authenticator) in krb5_auth_con_getauthenticator()
H A Dser_auth.c33 k5_size_authenticator(krb5_authenticator *authenticator, size_t *sizep) in k5_size_authenticator()
81 k5_externalize_authenticator(krb5_authenticator *authenticator, in k5_externalize_authenticator()
164 k5_internalize_authenticator(krb5_authenticator **argp, in k5_internalize_authenticator()
168 krb5_authenticator *authenticator; in k5_internalize_authenticator()
187 (authenticator = (krb5_authenticator *) in k5_internalize_authenticator()
188 calloc(1, sizeof(krb5_authenticator)))) { in k5_internalize_authenticator()
H A Dmk_req_ext.c77 krb5_authenticator *, krb5_principal,
181 if (((*auth_context)->authentp = (krb5_authenticator *)malloc(sizeof( in krb5_mk_req_extended()
182krb5_authenticator))) == NULL) { in krb5_mk_req_extended()
257 generate_authenticator(krb5_context context, krb5_authenticator *authent, in generate_authenticator()
H A Dauth_con.h21 krb5_authenticator *authentp; /* mk_req, rd_req, mk_rep, ...*/
H A Drd_req_dec.c74 krb5_authenticator **, int);
77 const krb5_authenticator *authp,
821 krb5_authenticator **authpp, int is_ap_req) in decrypt_authenticator()
823 krb5_authenticator *local_auth; in decrypt_authenticator()
908 const krb5_authenticator *authp, in decode_etype_list()
H A Dsend_tgs.c58 krb5_authenticator authent; in tgs_construct_ap_req()
H A Dt_ser.c228 krb5_authenticator aent; in ser_acontext_test()
H A Dkfree.c109 krb5_free_authenticator_contents(krb5_context context, krb5_authenticator *val) in krb5_free_authenticator_contents()
124 krb5_free_authenticator(krb5_context context, krb5_authenticator *val) in krb5_free_authenticator()
/freebsd/crypto/krb5/src/windows/include/
H A Dloadfuncs-krb5.h23 (krb5_context, krb5_authenticator * )
29 (krb5_context, krb5_authenticator * )
622 const krb5_authenticator *,
623 krb5_authenticator * *)
1200 krb5_authenticator * *)
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c686 DEFFIELD(authenticator_1, krb5_authenticator, client, 1, realm_of_principal);
687 DEFFIELD(authenticator_2, krb5_authenticator, client, 2, principal);
688 DEFFIELD(authenticator_3, krb5_authenticator, checksum, 3, opt_checksum_ptr);
689 DEFFIELD(authenticator_4, krb5_authenticator, cusec, 4, int32);
690 DEFFIELD(authenticator_5, krb5_authenticator, ctime, 5, kerberos_time);
691 DEFFIELD(authenticator_6, krb5_authenticator, subkey, 6,
693 DEFFIELD(authenticator_7, krb5_authenticator, seq_number, 7, opt_seqno);
694 DEFFIELD(authenticator_8, krb5_authenticator, authorization_data, 8,
703 DEFSEQTYPE(untagged_authenticator, krb5_authenticator, authenticator_fields);
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1369 encode_krb5_authenticator(const krb5_authenticator *rep, krb5_data **code);
1571 decode_krb5_authenticator(const krb5_data *code, krb5_authenticator **rep);
1813 k5_size_authenticator(krb5_authenticator *authenticator, size_t *sizep);
1816 k5_externalize_authenticator(krb5_authenticator *authenticator,
1820 k5_internalize_authenticator(krb5_authenticator **argp,
2127 krb5_authenticator *);
/freebsd/crypto/heimdal/lib/krb5/
H A Dauth_context.c452 krb5_authenticator *authenticator) in krb5_auth_con_getauthenticator()
468 krb5_authenticator *authenticator) in krb5_free_authenticator()
H A Dkrb5.h530 typedef krb5_authenticator_data *krb5_authenticator; typedef
636 krb5_authenticator authenticator;
H A Drd_req.c280 krb5_authenticator authenticator; in krb5_verify_authenticator_checksum()
H A Dkrb5-protos.h235 krb5_authenticator */*authenticator*/);
1850 krb5_authenticator */*authenticator*/);
/freebsd/crypto/heimdal/kdc/
H A Dhpropd.c76 krb5_authenticator authent; in main()
H A Dkrb5tgs.c1028 krb5_authenticator auth; in tgs_check_authenticator()
1285 krb5_authenticator auth; in tgs_parse_request()
/freebsd/crypto/krb5/src/lib/krb5/error_tables/
H A Dkv5m_err.et46 error_code KV5M_AUTHENTICATOR, "Bad magic number for krb5_authenticator structure"
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Daccept_sec_context.c468 krb5_authenticator *authenticator, krb5_gss_ctx_ext_t exts, in process_checksum()
680 krb5_authenticator *authdat = 0; in kg_accept_krb5()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c503 krb5_authenticator authenticator; in gsskrb5_acceptor_start()
/freebsd/krb5/lib/krb5/docs/
H A DMakefile.inc923 krb5_authenticator.html \
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin1961 } krb5_authenticator;
1967 krb5_authenticator *authenticator;
3930 * Copy a krb5_authenticator structure.
3933 * @param [in] authfrom krb5_authenticator structure to be copied
3934 * @param [out] authto Copy of krb5_authenticator structure
3936 * This function creates a new krb5_authenticator structure with the content of
3943 krb5_copy_authenticator(krb5_context context, const krb5_authenticator *authfrom,
3944 krb5_authenticator **authto);
4624 * Free a krb5_authenticator structure.
4632 krb5_free_authenticator(krb5_context context, krb5_authenticator *val);
[all …]
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_util.c158 krb5_authenticator * authenticator = NULL; in kdc_process_tgs_req()
/freebsd/crypto/krb5/src/po/
H A Dka.po8970 msgid "Bad magic number for krb5_authenticator structure"
8971 msgstr "არასწორი ჯადოსნური რიცხვი სტრუქტურისთვის krb5_authenticator"
H A Dmit-krb5.pot8774 msgid "Bad magic number for krb5_authenticator structure"

12