cipher            237 source4/heimdal/kdc/524.c 			   ticket->cipher.data, ticket->cipher.length,
cipher            384 source4/heimdal/kdc/524.c 	    krb5_store_data(sp, ticket.cipher);
cipher            386 source4/heimdal/kdc/524.c 	    krb5_storage_seek(sp, MAX_KTXT_LEN - ticket.cipher.length, SEEK_CUR);
cipher            173 source4/heimdal/kdc/kerberos4.c 	krb5_data ticket, cipher;
cipher            177 source4/heimdal/kdc/kerberos4.c 	krb5_data_zero(&cipher);
cipher            317 source4/heimdal/kdc/kerberos4.c 				    &cipher);
cipher            334 source4/heimdal/kdc/kerberos4.c 					  &cipher,
cipher            336 source4/heimdal/kdc/kerberos4.c 	krb5_data_free(&cipher);
cipher            540 source4/heimdal/kdc/kerberos4.c 	    krb5_data ticket, cipher;
cipher            544 source4/heimdal/kdc/kerberos4.c 	    krb5_data_zero(&cipher);
cipher            585 source4/heimdal/kdc/kerberos4.c 					&cipher);
cipher            601 source4/heimdal/kdc/kerberos4.c 					      &cipher,
cipher            603 source4/heimdal/kdc/kerberos4.c 	    krb5_data_free(&cipher);
cipher            254 source4/heimdal/lib/gssapi/krb5/cfx.c     krb5_data cipher;
cipher            377 source4/heimdal/lib/gssapi/krb5/cfx.c 			   &cipher);
cipher            384 source4/heimdal/lib/gssapi/krb5/cfx.c 	assert(sizeof(*token) + cipher.length == wrapped_len);
cipher            393 source4/heimdal/lib/gssapi/krb5/cfx.c 		ret = rrc_rotate(cipher.data, cipher.length, rrc+padlength, FALSE);
cipher            395 source4/heimdal/lib/gssapi/krb5/cfx.c 		ret = rrc_rotate(cipher.data, cipher.length, rrc, FALSE);
cipher            403 source4/heimdal/lib/gssapi/krb5/cfx.c 	memcpy(p, cipher.data, cipher.length);
cipher            404 source4/heimdal/lib/gssapi/krb5/cfx.c 	krb5_data_free(&cipher);
cipher             85 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	AES_set_encrypt_key(key, ctx->cipher->key_len * 8, k);
cipher             87 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	AES_set_decrypt_key(key, ctx->cipher->key_len * 8, k);
cipher             66 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	AES_set_encrypt_key(key, ctx->cipher->key_len * 8, k);
cipher             68 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	AES_set_decrypt_key(key, ctx->cipher->key_len * 8, k);
cipher            598 source4/heimdal/lib/hcrypto/evp.c     if (c->cipher && c->cipher->cleanup)
cipher            599 source4/heimdal/lib/hcrypto/evp.c 	c->cipher->cleanup(c);
cipher            634 source4/heimdal/lib/hcrypto/evp.c     return ctx->cipher;
cipher            650 source4/heimdal/lib/hcrypto/evp.c     return EVP_CIPHER_block_size(ctx->cipher);
cipher            666 source4/heimdal/lib/hcrypto/evp.c     return EVP_CIPHER_key_length(ctx->cipher);
cipher            682 source4/heimdal/lib/hcrypto/evp.c     return EVP_CIPHER_iv_length(ctx->cipher);
cipher            698 source4/heimdal/lib/hcrypto/evp.c     return ctx->cipher->flags;
cipher            775 source4/heimdal/lib/hcrypto/evp.c     if (c && (c != ctx->cipher)) {
cipher            777 source4/heimdal/lib/hcrypto/evp.c 	ctx->cipher = c;
cipher            787 source4/heimdal/lib/hcrypto/evp.c     } else if (ctx->cipher == NULL) {
cipher            805 source4/heimdal/lib/hcrypto/evp.c     if (key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT))
cipher            806 source4/heimdal/lib/hcrypto/evp.c 	ctx->cipher->init(ctx, key, iv, encp);
cipher            846 source4/heimdal/lib/hcrypto/evp.c 	ret = (*ctx->cipher->do_cipher)(ctx, out, in, inlen);
cipher            870 source4/heimdal/lib/hcrypto/evp.c 	ret = (*ctx->cipher->do_cipher)(ctx, out, ctx->buf, blocksize);
cipher            886 source4/heimdal/lib/hcrypto/evp.c 	ret = (*ctx->cipher->do_cipher)(ctx, out, in, inlen);
cipher            931 source4/heimdal/lib/hcrypto/evp.c 	ret = (*ctx->cipher->do_cipher)(ctx, out, ctx->buf, blocksize);
cipher            956 source4/heimdal/lib/hcrypto/evp.c     return ctx->cipher->do_cipher(ctx, out, in, size);
cipher           1373 source4/heimdal/lib/hcrypto/evp.c     k->bits = ctx->cipher->key_len * 8;
cipher           1374 source4/heimdal/lib/hcrypto/evp.c     CAMELLIA_set_key(key, ctx->cipher->key_len * 8, k);
cipher           1407 source4/heimdal/lib/hcrypto/evp.c     static const EVP_CIPHER cipher = {
cipher           1422 source4/heimdal/lib/hcrypto/evp.c     return &cipher;
cipher           1436 source4/heimdal/lib/hcrypto/evp.c     static const EVP_CIPHER cipher = {
cipher           1451 source4/heimdal/lib/hcrypto/evp.c     return &cipher;
cipher           1465 source4/heimdal/lib/hcrypto/evp.c     static const EVP_CIPHER cipher = {
cipher           1480 source4/heimdal/lib/hcrypto/evp.c     return &cipher;
cipher           1643 source4/heimdal/lib/hcrypto/evp.c     if (ctx->cipher->flags & EVP_CIPH_RAND_KEY)
cipher           1661 source4/heimdal/lib/hcrypto/evp.c     if (ctx->cipher == NULL || ctx->cipher->ctrl == NULL)
cipher           1663 source4/heimdal/lib/hcrypto/evp.c     return (*ctx->cipher->ctrl)(ctx, type, arg, data);
cipher            156 source4/heimdal/lib/hcrypto/evp.h     const EVP_CIPHER *cipher;
cipher           1697 source4/heimdal/lib/hx509/crypto.c     const struct hx509cipher *cipher;
cipher           1948 source4/heimdal/lib/hx509/crypto.c     const struct hx509cipher *cipher;
cipher           1950 source4/heimdal/lib/hx509/crypto.c     cipher = find_cipher_by_name(name);
cipher           1951 source4/heimdal/lib/hx509/crypto.c     if (cipher == NULL)
cipher           1953 source4/heimdal/lib/hx509/crypto.c     return (*cipher->oid_func)();
cipher           1962 source4/heimdal/lib/hx509/crypto.c     const struct hx509cipher *cipher;
cipher           1966 source4/heimdal/lib/hx509/crypto.c     cipher = find_cipher_by_oid(enctype);
cipher           1967 source4/heimdal/lib/hx509/crypto.c     if (cipher == NULL) {
cipher           1979 source4/heimdal/lib/hx509/crypto.c     (*crypto)->cipher = cipher;
cipher           1980 source4/heimdal/lib/hx509/crypto.c     (*crypto)->c = (*cipher->evp_func)();
cipher           2070 source4/heimdal/lib/hx509/crypto.c     return (*crypto->cipher->set_params)(context, param, crypto, ivec);
cipher           2079 source4/heimdal/lib/hx509/crypto.c     return (*crypto->cipher->get_params)(context, crypto, ivec, param);
cipher           2593 source4/heimdal/lib/hx509/crypto.c 		const struct hx509cipher *cipher;
cipher           2595 source4/heimdal/lib/hx509/crypto.c 		cipher = find_cipher_by_oid(&peer->val[i].algorithm);
cipher           2596 source4/heimdal/lib/hx509/crypto.c 		if (cipher == NULL)
cipher           2598 source4/heimdal/lib/hx509/crypto.c 		if (cipher->ai_func == NULL)
cipher           2600 source4/heimdal/lib/hx509/crypto.c 		ret = copy_AlgorithmIdentifier(cipher->ai_func(), selected);
cipher             75 source4/heimdal/lib/hx509/ks_file.c 	    const void *cipher,
cipher            113 source4/heimdal/lib/hx509/ks_file.c 	EVP_Cipher(&ctx, clear.data, cipher, len);
cipher            147 source4/heimdal/lib/hx509/ks_file.c 	const EVP_CIPHER *cipher;
cipher            200 source4/heimdal/lib/hx509/ks_file.c 	cipher = EVP_get_cipherbyname(type);
cipher            201 source4/heimdal/lib/hx509/ks_file.c 	if (cipher == NULL) {
cipher            218 source4/heimdal/lib/hx509/ks_file.c 	if (ssize < 0 || ssize < PKCS5_SALT_LEN || ssize < EVP_CIPHER_iv_length(cipher)) {
cipher            235 source4/heimdal/lib/hx509/ks_file.c 				  cipher, ivdata, password, passwordlen,
cipher            257 source4/heimdal/lib/hx509/ks_file.c 				  cipher, ivdata, password, strlen(password),
cipher             67 source4/heimdal/lib/krb5/build_ap_req.c   ap.authenticator.cipher = authenticator;
cipher           3651 source4/heimdal/lib/krb5/crypto.c     return krb5_encrypt(context, crypto, usage, data, len, &result->cipher);
cipher           3693 source4/heimdal/lib/krb5/crypto.c 			e->cipher.data, e->cipher.length, result);
cipher            415 source4/heimdal/lib/krb5/get_for_creds.c 	cred.enc_part.cipher.data = buf;
cipher            416 source4/heimdal/lib/krb5/get_for_creds.c 	cred.enc_part.cipher.length = buf_size;
cipher             99 source4/heimdal/lib/krb5/mk_priv.c     krb5_data_zero (&s.enc_part.cipher);
cipher            122 source4/heimdal/lib/krb5/mk_priv.c 			&s.enc_part.cipher);
cipher            137 source4/heimdal/lib/krb5/mk_priv.c     krb5_data_free (&s.enc_part.cipher);
cipher            154 source4/heimdal/lib/krb5/mk_priv.c     krb5_data_free (&s.enc_part.cipher);
cipher            113 source4/heimdal/lib/krb5/mk_rep.c 			&ap.enc_part.cipher);
cipher            102 source4/heimdal/lib/krb5/rd_cred.c 	enc_krb_cred_part_data.length = cred.enc_part.cipher.length;
cipher            103 source4/heimdal/lib/krb5/rd_cred.c 	enc_krb_cred_part_data.data   = cred.enc_part.cipher.data;
cipher            157 source4/heimdal/lib/krb5/rd_cred.c     if (enc_krb_cred_part_data.data != cred.enc_part.cipher.data)
cipher            535 source4/heimdal/lib/krb5/v4_glue.c 			    const krb5_data *cipher,
cipher            557 source4/heimdal/lib/krb5/v4_glue.c     RCHECK(ret, krb5_store_int16(sp, cipher->length), error);
cipher            558 source4/heimdal/lib/krb5/v4_glue.c     ret = krb5_storage_write(sp, cipher->data, cipher->length);
cipher            559 source4/heimdal/lib/krb5/v4_glue.c     if (ret != cipher->length) {