Searched refs:aux_cipher (Results 1 – 1 of 1) sorted by relevance
738 struct crypto_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local748 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() local868 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()