Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/gss/
H A Dgss_krb5_mech.c1364 uint8_t *confounder = NULL; in krb5_cfx_crypt_mbuf() local
1370 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in krb5_cfx_crypt_mbuf()
1371 if (confounder == NULL) { in krb5_cfx_crypt_mbuf()
1377 read_random(confounder, (u_int)ccmode->block_size); in krb5_cfx_crypt_mbuf()
1378 error = gss_prepend_mbuf(mbp, confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()
1418 if (*len < ctx->digest_size + sizeof(confounder)) { in krb5_cfx_crypt_mbuf()
1475 kfree_data(confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()
2063 uint8_t *confounder = NULL; in gss_krb5_3des_wrap_mbuf() local
2070 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in gss_krb5_3des_wrap_mbuf()
2071 if (confounder == NULL) { in gss_krb5_3des_wrap_mbuf()
[all …]