Home
last modified time | relevance | path

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

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