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.c740 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local
750 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()
755 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_encrypt()
812 SYNC_SKCIPHER_REQUEST_ON_STACK(req, aux_cipher); in gss_krb5_aes_encrypt()
821 skcipher_request_set_sync_tfm(req, aux_cipher); in gss_krb5_aes_encrypt()
860 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local
870 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_decrypt()
875 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
896 SYNC_SKCIPHER_REQUEST_ON_STACK(req, aux_cipher); in gss_krb5_aes_decrypt()
902 skcipher_request_set_sync_tfm(req, aux_cipher); in gss_krb5_aes_decrypt()