Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_mech.c560 ctx->initiator_enc_aux = in context_derive_keys_new()
563 if (ctx->initiator_enc_aux == NULL) in context_derive_keys_new()
569 crypto_free_sync_skcipher(ctx->initiator_enc_aux); in context_derive_keys_new()
698 crypto_free_sync_skcipher(kctx->initiator_enc_aux); in gss_delete_sec_context_kerberos()
Dgss_krb5_crypto.c750 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()
875 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
/Linux-v5.4/include/linux/sunrpc/
Dgss_krb5.h106 struct crypto_sync_skcipher *initiator_enc_aux; member