Searched refs:enctype (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Decp.h58 unsigned enctype; /* Encryption type */ member in struct:ecp_options
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dremove.c45 krb5_enctype enctype = 0; local
55 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
59 enctype = t;
68 if (!principal && !enctype && !opt->kvno_integer) {
71 "principal, enctype or kvno.");
82 entry.keyblock.keytype = enctype;
H A Dadd.c55 krb5_enctype enctype; local
78 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
82 enctype = t;
143 ret = krb5_keyblock_init(context, enctype,
155 ret = krb5_string_to_key_data_salt(context, enctype, pw, salt,
158 ret = krb5_string_to_key(context, enctype, opt->password_string,
163 ret = krb5_generate_random_keyblock(context, enctype, &entry.keyblock);
/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Ddemo-app.rb4 def initialize(config, enctype)
6 @enctype = enctype
15 <FORM method="POST" enctype=#{@enctype}>
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Dupload19 cgi_form receive-file enctype=multipart/form-data {
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsalt-aes.c40 krb5_enctype enctype,
60 et = _krb5_find_enctype(enctype);
70 kd.key->keytype = enctype;
39 AES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dsalt-arcfour.c42 krb5_enctype enctype,
69 key->keytype = enctype;
84 krb5_enctype enctype,
96 return ARCFOUR_string_to_key_broken(context, enctype, password,
137 key->keytype = enctype;
41 ARCFOUR_string_to_key_broken(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
83 ARCFOUR_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dsalt.c135 krb5_enctype enctype,
146 ret = krb5_string_to_key_data_salt(context, enctype, password, salt, key);
153 krb5_enctype enctype,
161 return krb5_string_to_key_data(context, enctype, pw, principal, key);
166 krb5_enctype enctype,
173 return krb5_string_to_key_data_salt_opaque(context, enctype, password,
178 * Do a string -> key for encryption type `enctype' operation on
179 * `password' (with salt `salt' and the enctype specific data string
185 krb5_enctype enctype,
191 struct _krb5_encryption_type *et =_krb5_find_enctype(enctype);
134 krb5_string_to_key_data(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_principal principal, krb5_keyblock *key) argument
152 krb5_string_to_key(krb5_context context, krb5_enctype enctype, const char *password, krb5_principal principal, krb5_keyblock *key) argument
165 krb5_string_to_key_data_salt(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_keyblock *key) argument
184 krb5_string_to_key_data_salt_opaque(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
216 krb5_string_to_key_salt(krb5_context context, krb5_enctype enctype, const char *password, krb5_salt salt, krb5_keyblock *key) argument
229 krb5_string_to_key_salt_opaque(krb5_context context, krb5_enctype enctype, const char *password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
[all...]
H A Dbuild_ap_req.c38 krb5_enctype enctype,
60 ap.authenticator.etype = enctype;
37 krb5_build_ap_req(krb5_context context, krb5_enctype enctype, krb5_creds *cred, krb5_flags ap_options, krb5_data authenticator, krb5_data *retdata) argument
H A Dcrypto-pk.c136 krb5_enctype enctype,
152 pubinfo.enctype = enctype;
202 krb5_enctype enctype,
232 et = _krb5_find_enctype(enctype);
236 enctype);
248 enctype, as_req, pk_as_rep, ticket, &other);
287 ret = krb5_random_to_key(context, enctype, keydata, keylen, key);
132 encode_otherinfo(krb5_context context, const AlgorithmIdentifier *ai, krb5_const_principal client, krb5_const_principal server, krb5_enctype enctype, const krb5_data *as_req, const krb5_data *pk_as_rep, const Ticket *ticket, krb5_data *other) argument
196 _krb5_pk_kdf(krb5_context context, const struct AlgorithmIdentifier *ai, const void *dhdata, size_t dhsize, krb5_const_principal client, krb5_const_principal server, krb5_enctype enctype, const krb5_data *as_req, const krb5_data *pk_as_rep, const Ticket *ticket, krb5_keyblock *key) argument
H A Dkeytab.c328 * Read the key identified by `(principal, vno, enctype)' from the
335 * @param enctype
348 krb5_enctype enctype,
363 ret = krb5_kt_get_entry (context, keytab, principal, vno, enctype, &entry);
527 * Compare `entry' against `principal, vno, enctype'.
528 * Any of `principal, vno, enctype' might be 0 which acts as a wildcard.
535 * @param enctype encryption type to match, 0 matches all encryption types.
547 krb5_enctype enctype)
562 if(enctype && enctype !
344 krb5_kt_read_service_key(krb5_context context, krb5_pointer keyprocarg, krb5_principal principal, krb5_kvno vno, krb5_enctype enctype, krb5_keyblock **key) argument
543 krb5_kt_compare(krb5_context context, krb5_keytab_entry *entry, krb5_const_principal principal, krb5_kvno vno, krb5_enctype enctype) argument
568 _krb5_kt_principal_not_found(krb5_context context, krb5_error_code ret, krb5_keytab id, krb5_const_principal principal, krb5_enctype enctype, int kvno) argument
619 krb5_kt_get_entry(krb5_context context, krb5_keytab id, krb5_const_principal principal, krb5_kvno kvno, krb5_enctype enctype, krb5_keytab_entry *entry) argument
[all...]
H A Dsalt-des3.c39 krb5_enctype enctype,
95 key->keytype = enctype;
106 krb5_enctype enctype,
126 enctype,
38 DES3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
105 DES3_string_to_key_derived(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dmit_glue.c183 krb5_enctype enctype,
190 ret = krb5_generate_random_keyblock(context, enctype, &key);
215 ret = krb5_crypto_init(context, &key, input->enctype, &crypto);
279 krb5_crypto_getenctype(context, crypto, &output->enctype);
288 krb5_enctype enctype,
296 ret = krb5_generate_random_keyblock(context, enctype, &key);
330 krb5_enctype enctype,
333 return krb5_generate_random_keyblock(context, enctype, random_key);
338 krb5_enctype enctype,
344 ret = krb5_enctype_keybits(context, enctype, ile
182 krb5_c_block_size(krb5_context context, krb5_enctype enctype, size_t *blocksize) argument
287 krb5_c_encrypt_length(krb5_context context, krb5_enctype enctype, size_t inputlen, size_t *length) argument
329 krb5_c_make_random_key(krb5_context context, krb5_enctype enctype, krb5_keyblock *random_key) argument
337 krb5_c_keylengths(krb5_context context, krb5_enctype enctype, size_t *ilen, size_t *keylen) argument
[all...]
H A Dsalt-des.c120 krb5_enctype enctype,
131 key->keytype = enctype;
177 krb5_enctype enctype,
192 return DES_AFS3_string_to_key(context, enctype, password,
206 key->keytype = enctype;
119 DES_AFS3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
176 krb5_DES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dbuild_auth.c107 krb5_enctype enctype,
179 ret = krb5_crypto_init(context, &cred->session, enctype, &crypto);
105 _krb5_build_authenticator(krb5_context context, krb5_auth_context auth_context, krb5_enctype enctype, krb5_creds *cred, Checksum *cksum, krb5_data *result, krb5_key_usage usage) argument
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkdecode_ticket.c44 krb5_enctype enctype)
58 ret = krb5_string_to_key (context, enctype, "foo", server, &key);
80 { "enctype", 'e', arg_string, &etype_str,
81 "encryption type to use", "enctype"},
135 krb5_enctype enctype; local
137 ret = krb5_string_to_enctype(context, etype_str, &enctype);
139 krb5_errx (context, 1, "unrecognized enctype: %s", etype_str);
140 in.session.keytype = enctype;
41 print_and_decode_tkt(krb5_context context, krb5_data *ticket, krb5_principal server, krb5_enctype enctype) argument
H A Dcopy_cred_cache.c105 krb5_enctype enctype; local
106 ret = krb5_string_to_enctype(kcc_context, opt->enctype_string, &enctype);
110 ctx.mcreds.session.keytype = enctype;
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkstash.c49 { "enctype", 'e', arg_string, rk_UNCONST(&enctype_str), "encryption type",
70 krb5_enctype enctype; local
90 ret = krb5_string_to_enctype(context, enctype_str, &enctype);
109 ret = krb5_generate_random_keyblock(context, enctype, &key);
126 krb5_string_to_key_salt(context, enctype, buf, salt, &key);
H A Dmisc.c134 krb5_enctype *enctype,
149 if (enctype != NULL)
150 *enctype = p[i];
164 if (enctype != NULL)
165 *enctype = (*key)->key.keytype;
130 _kdc_get_preferred_key(krb5_context context, krb5_kdc_configuration *config, hdb_entry_ex *h, const char *name, krb5_enctype *enctype, Key **key) argument
H A Dstring2key.c72 krb5_enctype enctype,
82 ret = krb5_string_to_key_salt(context, enctype, pw, salt, &key);
85 ret = krb5_enctype_to_string(context, enctype, &e);
71 tokey(krb5_context context, krb5_enctype enctype, const char *pw, krb5_salt salt, const char *label) argument
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dkeytab.c118 mit_krb5_enctype enctype)
127 if(enctype && enctype != entry->key.enctype)
175 mit_krb5_enctype enctype,
192 if (krb5_kt_compare(context, &tmp, principal, 0, enctype)) {
229 mit_krb5_enctype enctype,
246 ret = krb5_kt_get_entry (context, keytab, principal, vno, enctype, &entry);
289 e.keyblock.keytype = entry->key.enctype;
114 krb5_kt_compare(mit_krb5_context context, mit_krb5_keytab_entry *entry, mit_krb5_const_principal principal, mit_krb5_kvno vno, mit_krb5_enctype enctype) argument
171 krb5_kt_get_entry(mit_krb5_context context, mit_krb5_keytab id, mit_krb5_const_principal principal, mit_krb5_kvno kvno, mit_krb5_enctype enctype, mit_krb5_keytab_entry *entry) argument
225 krb5_kt_read_service_key(mit_krb5_context context, mit_krb5_pointer keyprocarg, mit_krb5_principal principal, mit_krb5_kvno vno, mit_krb5_enctype enctype, mit_krb5_keyblock **key) argument
H A Dcrypto.c44 mit_krb5_enctype enctype,
60 ret = heim_krb5_string_to_key_data_salt(HC(context), enctype,
131 mit_krb5_enctype enctype)
134 encrypt_block->crypto_entry = enctype;
155 ret = heim_krb5_crypto_init(HC(context), &keyblock, input->enctype, &crypto);
232 heim_krb5_crypto_getenctype(HC(context), crypto, &output->enctype);
243 mit_krb5_enctype enctype,
251 ret = heim_krb5_generate_random_keyblock(HC(context), enctype, &key);
43 krb5_c_string_to_key(mit_krb5_context context, mit_krb5_enctype enctype, const mit_krb5_data *string, const mit_krb5_data *salt, mit_krb5_keyblock *key) argument
129 krb5_use_enctype(mit_krb5_context context, mit_krb5_encrypt_block *encrypt_block, mit_krb5_enctype enctype) argument
242 krb5_c_encrypt_length(mit_krb5_context context, mit_krb5_enctype enctype, size_t inputlen, size_t *length) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFormElement.idl27 [TreatNullAs=NullString] attribute DOMString enctype;
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dstash.c46 krb5_enctype enctype; local
54 ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
106 (void)krb5_string_to_key_salt(context, enctype, buf, salt, &key);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-telnet.c91 static const char *enctype[] = { variable
190 (void)printf(" %s", STR_OR_ID(c, enctype));

Completed in 422 milliseconds

1234