| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | copy_athctr.c | 32 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 D | ser_auth.c | 33 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 D | mk_req_ext.c | 77 krb5_authenticator *, krb5_principal, 181 if (((*auth_context)->authentp = (krb5_authenticator *)malloc(sizeof( in krb5_mk_req_extended() 182 … krb5_authenticator))) == NULL) { in krb5_mk_req_extended() 257 generate_authenticator(krb5_context context, krb5_authenticator *authent, in generate_authenticator()
|
| H A D | auth_con.h | 21 krb5_authenticator *authentp; /* mk_req, rd_req, mk_rep, ...*/
|
| H A D | rd_req_dec.c | 74 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 D | send_tgs.c | 58 krb5_authenticator authent; in tgs_construct_ap_req()
|
| H A D | t_ser.c | 228 krb5_authenticator aent; in ser_acontext_test()
|
| H A D | kfree.c | 109 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 D | loadfuncs-krb5.h | 23 (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 D | asn1_k_encode.c | 686 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 D | k5-int.h | 1369 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 D | auth_context.c | 452 krb5_authenticator *authenticator) in krb5_auth_con_getauthenticator() 468 krb5_authenticator *authenticator) in krb5_free_authenticator()
|
| H A D | krb5.h | 530 typedef krb5_authenticator_data *krb5_authenticator; typedef 636 krb5_authenticator authenticator;
|
| H A D | rd_req.c | 280 krb5_authenticator authenticator; in krb5_verify_authenticator_checksum()
|
| H A D | krb5-protos.h | 235 krb5_authenticator */*authenticator*/); 1850 krb5_authenticator */*authenticator*/);
|
| /freebsd/crypto/heimdal/kdc/ |
| H A D | hpropd.c | 76 krb5_authenticator authent; in main()
|
| H A D | krb5tgs.c | 1028 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 D | kv5m_err.et | 46 error_code KV5M_AUTHENTICATOR, "Bad magic number for krb5_authenticator structure"
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | accept_sec_context.c | 468 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 D | accept_sec_context.c | 503 krb5_authenticator authenticator; in gsskrb5_acceptor_start()
|
| /freebsd/krb5/lib/krb5/docs/ |
| H A D | Makefile.inc | 923 krb5_authenticator.html \
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 1961 } 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 D | kdc_util.c | 158 krb5_authenticator * authenticator = NULL; in kdc_process_tgs_req()
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | ka.po | 8970 msgid "Bad magic number for krb5_authenticator structure" 8971 msgstr "არასწორი ჯადოსნური რიცხვი სტრუქტურისთვის krb5_authenticator"
|
| H A D | mit-krb5.pot | 8774 msgid "Bad magic number for krb5_authenticator structure"
|