Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/nfs/gss/
H A Dgss_krb5_mech.c1412 uint8_t *confounder = NULL; in krb5_cfx_crypt_mbuf() local
1418 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in krb5_cfx_crypt_mbuf()
1419 if (confounder == NULL) { in krb5_cfx_crypt_mbuf()
1425 read_random(confounder, (u_int)ccmode->block_size); in krb5_cfx_crypt_mbuf()
1426 error = gss_prepend_mbuf(mbp, confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()
1466 if (*len < ctx->digest_size + sizeof(confounder)) { in krb5_cfx_crypt_mbuf()
1523 kfree_data(confounder, ccmode->block_size); in krb5_cfx_crypt_mbuf()
2150 uint8_t *confounder = NULL; in gss_krb5_3des_wrap_mbuf() local
2157 confounder = kalloc_data(ccmode->block_size, Z_WAITOK | Z_ZERO); in gss_krb5_3des_wrap_mbuf()
2158 if (confounder == NULL) { in gss_krb5_3des_wrap_mbuf()
[all …]