Searched refs:confounder (Results 1 – 1 of 1) sorted by relevance
1413 uint8_t *confounder = NULL; in krb5_cfx_crypt_mbuf() local1419 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in krb5_cfx_crypt_mbuf()1420 if (confounder == NULL) { in krb5_cfx_crypt_mbuf()1426 read_random(confounder, (u_int)ccmode->block_size); in krb5_cfx_crypt_mbuf()1427 error = gss_prepend_mbuf(mbp, confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()1467 if (*len < ctx->digest_size + sizeof(confounder)) { in krb5_cfx_crypt_mbuf()1524 kfree_data(confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()2151 uint8_t *confounder = NULL; in gss_krb5_3des_wrap_mbuf() local2158 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in gss_krb5_3des_wrap_mbuf()2159 if (confounder == NULL) { in gss_krb5_3des_wrap_mbuf()[all …]