Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/gss/
H A Dgss_krb5_mech.c1413 uint8_t *confounder = NULL; in krb5_cfx_crypt_mbuf() local
1419 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() local
2158 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 …]