Home
last modified time | relevance | path

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

/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c606 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local
616 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()
621 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_encrypt()
678 SYNC_SKCIPHER_REQUEST_ON_STACK(req, aux_cipher); in gss_krb5_aes_encrypt()
687 skcipher_request_set_sync_tfm(req, aux_cipher); in gss_krb5_aes_encrypt()
726 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local
736 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_decrypt()
741 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
762 SYNC_SKCIPHER_REQUEST_ON_STACK(req, aux_cipher); in gss_krb5_aes_decrypt()
768 skcipher_request_set_sync_tfm(req, aux_cipher); in gss_krb5_aes_decrypt()