Lines Matching refs:aux_cipher
787 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local
794 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt()
798 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_encrypt()
843 err = krb5_cbc_cts_encrypt(cipher, 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()
874 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt()
883 ret = krb5_cbc_cts_decrypt(cipher, aux_cipher, 0, &subbuf); in gss_krb5_aes_decrypt()
1015 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_encrypt() local
1024 aux_cipher = kctx->initiator_enc_aux; in krb5_etm_encrypt()
1028 aux_cipher = kctx->acceptor_enc_aux; in krb5_etm_encrypt()
1052 err = krb5_cbc_cts_encrypt(cipher, aux_cipher, in krb5_etm_encrypt()
1103 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_decrypt() local
1113 aux_cipher = kctx->acceptor_enc_aux; in krb5_etm_decrypt()
1117 aux_cipher = kctx->initiator_enc_aux; in krb5_etm_decrypt()
1140 ret = krb5_cbc_cts_decrypt(cipher, aux_cipher, 0, &subbuf); in krb5_etm_decrypt()