Searched refs:aux_cipher (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 588 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local 595 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_encrypt() 599 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_encrypt() 644 err = krb5_cbc_cts_encrypt(cipher, aux_cipher, in gss_krb5_aes_encrypt() 661 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local 671 aux_cipher = kctx->acceptor_enc_aux; in gss_krb5_aes_decrypt() 675 aux_cipher = kctx->initiator_enc_aux; in gss_krb5_aes_decrypt() 684 ret = krb5_cbc_cts_decrypt(cipher, aux_cipher, 0, &subbuf); in gss_krb5_aes_decrypt() 816 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_encrypt() local 825 aux_cipher = kctx->initiator_enc_aux; in krb5_etm_encrypt() [all …]
|
| H A D | gss_krb5_mech.c | 43 .aux_cipher = "cbc(aes)", 72 .aux_cipher = "cbc(aes)", 104 .aux_cipher = "cbc(camellia)", 130 .aux_cipher = "cbc(camellia)", 159 .aux_cipher = "cbc(aes)", 185 .aux_cipher = "cbc(aes)", 319 if (ctx->gk5e->aux_cipher) { in gss_krb5_import_ctx_v2() 321 gss_krb5_alloc_cipher_v2(ctx->gk5e->aux_cipher, in gss_krb5_import_ctx_v2() 335 if (ctx->gk5e->aux_cipher) { in gss_krb5_import_ctx_v2() 337 gss_krb5_alloc_cipher_v2(ctx->gk5e->aux_cipher, in gss_krb5_import_ctx_v2()
|
| H A D | gss_krb5_test.c | 541 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in rfc3962_encrypt_case() 1147 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in rfc6803_encrypt_case() 1641 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in rfc8009_encrypt_case() 1798 cbc_tfm = crypto_alloc_sync_skcipher(gk5e->aux_cipher, 0, 0); in encrypt_selftest_case()
|