Searched refs:conflen (Results 1 – 2 of 2) sorted by relevance
81 void krb5_make_confounder(u8 *p, int conflen) in krb5_make_confounder() argument83 get_random_bytes(p, conflen); in krb5_make_confounder()790 unsigned int conflen; in gss_krb5_aes_encrypt() local801 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() local1031 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()
156 void krb5_make_confounder(u8 *p, int conflen);