Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c738 struct crypto_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local
748 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()
753 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_encrypt()
810 SKCIPHER_REQUEST_ON_STACK(req, aux_cipher); in gss_krb5_aes_encrypt()
819 skcipher_request_set_tfm(req, aux_cipher); in gss_krb5_aes_encrypt()
858 struct crypto_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local
868 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_decrypt()
873 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
894 SKCIPHER_REQUEST_ON_STACK(req, aux_cipher); in gss_krb5_aes_decrypt()
900 skcipher_request_set_tfm(req, aux_cipher); in gss_krb5_aes_decrypt()