Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/nfs/gss/
H A Dgss_krb5_mech.c1365 uint8_t *confounder = NULL; in krb5_cfx_crypt_mbuf() local
1371 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in krb5_cfx_crypt_mbuf()
1372 if (confounder == NULL) { in krb5_cfx_crypt_mbuf()
1378 read_random(confounder, (u_int)ccmode->block_size); in krb5_cfx_crypt_mbuf()
1379 error = gss_prepend_mbuf(mbp, confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()
1419 if (*len < ctx->digest_size + sizeof(confounder)) { in krb5_cfx_crypt_mbuf()
1476 kfree_data(confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()
2064 uint8_t *confounder = NULL; in gss_krb5_3des_wrap_mbuf() local
2071 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in gss_krb5_3des_wrap_mbuf()
2072 if (confounder == NULL) { in gss_krb5_3des_wrap_mbuf()
[all …]