Home
last modified time | relevance | path

Searched refs:conflen (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c81 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()
1036 krb5_make_confounder(buf->head[0].iov_base + offset, conflen); in krb5_etm_encrypt()
H A Dgss_krb5_internal.h156 void krb5_make_confounder(u8 *p, int conflen);