Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_mech.c518 ctx->initiator_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new()
521 if (ctx->initiator_enc == NULL) in context_derive_keys_new()
601 crypto_free_blkcipher(ctx->initiator_enc); in context_derive_keys_new()
716 crypto_free_blkcipher(kctx->initiator_enc); in gss_delete_sec_context_kerberos()
Dgss_krb5_crypto.c659 cipher = kctx->initiator_enc; in gss_krb5_aes_encrypt()
780 cipher = kctx->initiator_enc; in gss_krb5_aes_decrypt()
/linux-4.1.27/include/linux/sunrpc/
Dgss_krb5.h104 struct crypto_blkcipher *initiator_enc; member