Searched refs:conflen (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_wrap.c | 117 gss_krb5_make_confounder(char *p, u32 conflen) in gss_krb5_make_confounder() argument 137 switch (conflen) { in gss_krb5_make_confounder() 171 u32 conflen = kctx->gk5e->conflen; in gss_wrap_kerberos_v1() local 180 plainlen = conflen + buf->len - offset; in gss_wrap_kerberos_v1() 214 gss_krb5_make_confounder(msg_start, conflen); in gss_wrap_kerberos_v1() 224 if (make_checksum(kctx, ptr, 8, buf, offset + headlen - conflen, in gss_wrap_kerberos_v1() 240 offset + headlen - conflen, pages)) in gss_wrap_kerberos_v1() 264 u32 conflen = kctx->gk5e->conflen; in gss_unwrap_kerberos_v1() local [all...] |
H A D | gss_krb5_mech.c | 56 .conflen = 8, 79 .conflen = 8, 103 .conflen = 16, 127 .conflen = 16,
|
H A D | gss_krb5_crypto.c | 629 if (xdr_extend_head(buf, offset, kctx->gk5e->conflen)) in gss_krb5_aes_encrypt() 631 gss_krb5_make_confounder(buf->head[0].iov_base + offset, kctx->gk5e->conflen); in gss_krb5_aes_encrypt() 804 *headskip = kctx->gk5e->conflen; in gss_krb5_aes_decrypt()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 60 * @conflen: string length to write, in octets 81 void krb5_make_confounder(u8 *p, int conflen) in krb5_make_confounder() argument 83 get_random_bytes(p, conflen); in krb5_make_confounder() 790 unsigned int conflen; in gss_krb5_aes_encrypt() local 801 conflen = crypto_sync_skcipher_blocksize(cipher); in gss_krb5_aes_encrypt() 805 if (xdr_extend_head(buf, offset, conflen)) in gss_krb5_aes_encrypt() 807 krb5_make_confounder(buf->head[0].iov_base + offset, conflen); in gss_krb5_aes_encrypt() 1018 unsigned int conflen; in krb5_etm_encrypt() local 1031 conflen = crypto_sync_skcipher_blocksize(cipher); in krb5_etm_encrypt() 1034 if (xdr_extend_head(buf, offset, conflen)) in krb5_etm_encrypt() [all...] |
H A D | gss_krb5_internal.h | 156 void krb5_make_confounder(u8 *p, int conflen);
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | gss_krb5.h | 67 const u32 conflen; /* confounder length member 319 gss_krb5_make_confounder(char *p, u32 conflen);
|
Completed in 5 milliseconds