Lines Matching refs:u32
20 const u32 etype; /* encryption (key) type */
21 const u32 ctype; /* checksum type */
28 const u32 cksumlength; /* checksum length */
29 const u32 keyed_cksum; /* is it a keyed cksum? */
30 const u32 keybytes; /* raw key len, in bytes */
31 const u32 keylength; /* protocol key length, in octets */
32 const u32 Kc_length; /* checksum subkey length, in octets */
33 const u32 Ke_length; /* encryption subkey length, in octets */
34 const u32 Ki_length; /* integrity subkey length, in octets */
41 u32 (*encrypt)(struct krb5_ctx *kctx, u32 offset,
43 u32 (*decrypt)(struct krb5_ctx *kctx, u32 offset, u32 len,
44 struct xdr_buf *buf, u32 *headskip, u32 *tailskip);
45 u32 (*get_mic)(struct krb5_ctx *kctx, struct xdr_buf *text,
47 u32 (*verify_mic)(struct krb5_ctx *kctx, struct xdr_buf *message_buffer,
49 u32 (*wrap)(struct krb5_ctx *kctx, int offset,
51 u32 (*unwrap)(struct krb5_ctx *kctx, int offset, int len,
62 u32 enctype;
63 u32 flags;
87 u32 gss_krb5_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text,
90 u32 gss_krb5_verify_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *message_buffer,
93 u32 gss_krb5_wrap_v2(struct krb5_ctx *kctx, int offset,
96 u32 gss_krb5_unwrap_v2(struct krb5_ctx *kctx, int offset, int len,
141 u32 usage, u8 seed, gfp_t gfp_mask) in krb5_derive_key()
158 u32 make_checksum(struct krb5_ctx *kctx, char *header, int hdrlen,
162 u32 gss_krb5_checksum(struct crypto_ahash *tfm, char *header, int hdrlen,
166 u32 krb5_encrypt(struct crypto_sync_skcipher *key, void *iv, void *in,
169 u32 krb5_decrypt(struct crypto_sync_skcipher *key, void *iv, void *in,
182 u32 gss_krb5_aes_encrypt(struct krb5_ctx *kctx, u32 offset,
185 u32 gss_krb5_aes_decrypt(struct krb5_ctx *kctx, u32 offset, u32 len,
186 struct xdr_buf *buf, u32 *plainoffset, u32 *plainlen);
188 u32 krb5_etm_encrypt(struct krb5_ctx *kctx, u32 offset, struct xdr_buf *buf,
191 u32 krb5_etm_decrypt(struct krb5_ctx *kctx, u32 offset, u32 len,
192 struct xdr_buf *buf, u32 *headskip, u32 *tailskip);
195 void krb5_nfold(u32 inbits, const u8 *in, u32 outbits, u8 *out);
196 const struct gss_krb5_enctype *gss_krb5_lookup_enctype(u32 etype);
198 struct crypto_sync_skcipher *cbc_tfm, u32 offset,
203 u32 offset, struct xdr_buf *buf);
204 u32 krb5_etm_checksum(struct crypto_sync_skcipher *cipher,