Searched refs:aux_cipher (Results 1 – 4 of 4) sorted by relevance
/linux/net/sunrpc/auth_gss/ |
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_crypto.c | 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() [all …]
|
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()
|
H A D | gss_krb5_internal.h | 24 const char *aux_cipher; /* aux encrypt cipher name */ member
|