Searched refs:conflen (Results 1 – 2 of 2) sorted by relevance
60 * @conflen: string length to write, in octets81 void krb5_make_confounder(u8 *p, int conflen) in krb5_make_confounder() argument 83 get_random_bytes(p, conflen); in krb5_make_confounder() 735 unsigned int conflen;746 conflen = crypto_sync_skcipher_blocksize(cipher); in krb5_cbc_cts_decrypt() 750 if (xdr_extend_head(buf, offset, conflen)) in krb5_cbc_cts_decrypt() 752 krb5_make_confounder(buf->head[0].iov_base + offset, conflen); in krb5_cbc_cts_decrypt() 963 unsigned int conflen; in krb5_etm_checksum() 976 conflen = crypto_sync_skcipher_blocksize(cipher); in krb5_etm_checksum() 979 if (xdr_extend_head(buf, offset, conflen))790 unsigned int conflen; gss_krb5_aes_encrypt() local 1018 unsigned int conflen; krb5_etm_encrypt() local [all...]
156 void krb5_make_confounder(u8 *p, int conflen);