Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_mech.c585 ctx->initiator_enc_aux = in context_derive_keys_new()
588 if (ctx->initiator_enc_aux == NULL) in context_derive_keys_new()
594 crypto_free_skcipher(ctx->initiator_enc_aux); in context_derive_keys_new()
721 crypto_free_skcipher(kctx->initiator_enc_aux); in gss_delete_sec_context_kerberos()
Dgss_krb5_crypto.c748 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()
873 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
/Linux-v4.19/include/linux/sunrpc/
Dgss_krb5.h106 struct crypto_skcipher *initiator_enc_aux; member