Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/nfs/gss/
H A Dgss_krb5_mech.c186 gss_krb5_key_set(krb5_key_t *krb_key, void *key, size_t len) in gss_krb5_key_set() function
953 gss_krb5_key_set(dkey, kalloc_data(nblocks * blocksize, Z_WAITOK | Z_ZERO), nblocks * blocksize); in krb5_key_derivation()
988gss_krb5_key_set(des3key, kalloc_data(3 * cbcmode->block_size, Z_WAITOK | Z_ZERO), 3 * cbcmode->bl… in krb5_3des_key_derivation()
1122 gss_krb5_key_set(&ctx->ks.ikeys[GSS_SND], ctx->key, ctx->keylen); in gss_crypto_ctx_init()
1123 gss_krb5_key_set(&ctx->ks.ikeys[GSS_RCV], ctx->key, ctx->keylen); in gss_crypto_ctx_init()