Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_mech.c533 ctx->acceptor_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new()
536 if (ctx->acceptor_enc == NULL) in context_derive_keys_new()
599 crypto_free_blkcipher(ctx->acceptor_enc); in context_derive_keys_new()
715 crypto_free_blkcipher(kctx->acceptor_enc); in gss_delete_sec_context_kerberos()
Dgss_krb5_crypto.c664 cipher = kctx->acceptor_enc; in gss_krb5_aes_encrypt()
775 cipher = kctx->acceptor_enc; in gss_krb5_aes_decrypt()
Dgss_krb5_wrap.c476 blocksize = crypto_blkcipher_blocksize(kctx->acceptor_enc); in gss_wrap_kerberos_v2()
/linux-4.4.14/include/linux/sunrpc/
Dgss_krb5.h103 struct crypto_blkcipher *acceptor_enc; member