Searched refs:conflen (Results 1 – 1 of 1) 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()591 unsigned int conflen; in gss_krb5_aes_encrypt() local602 conflen = crypto_sync_skcipher_blocksize(cipher); in gss_krb5_aes_encrypt()606 if (xdr_extend_head(buf, offset, conflen)) in gss_krb5_aes_encrypt()608 krb5_make_confounder(buf->head[0].iov_base + offset, conflen); in gss_krb5_aes_encrypt()819 unsigned int conflen; in krb5_etm_encrypt() local832 conflen = crypto_sync_skcipher_blocksize(cipher); in krb5_etm_encrypt()835 if (xdr_extend_head(buf, offset, conflen)) in krb5_etm_encrypt()837 krb5_make_confounder(buf->head[0].iov_base + offset, conflen); in krb5_etm_encrypt()