Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dlucid_context.c44 copy_keyblock_to_lucid_key(
204 if ((retval = copy_keyblock_to_lucid_key(&gctx->seq->keyblock, in make_external_lucid_ctx_v1()
212 if ((retval = copy_keyblock_to_lucid_key(&gctx->subkey->keyblock, in make_external_lucid_ctx_v1()
216 if ((retval = copy_keyblock_to_lucid_key(&gctx->acceptor_subkey->keyblock, in make_external_lucid_ctx_v1()
241 copy_keyblock_to_lucid_key( in copy_keyblock_to_lucid_key() function