Searched refs:encrypt_name (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_mech.c | 42 .encrypt_name = "cts(cbc(aes))", 71 .encrypt_name = "cts(cbc(aes))", 103 .encrypt_name = "cts(cbc(camellia))", 129 .encrypt_name = "cts(cbc(camellia))", 158 .encrypt_name = "cts(cbc(aes))", 184 .encrypt_name = "cts(cbc(aes))", 315 ctx->initiator_enc = gss_krb5_alloc_cipher_v2(ctx->gk5e->encrypt_name, in gss_krb5_import_ctx_v2() 331 ctx->acceptor_enc = gss_krb5_alloc_cipher_v2(ctx->gk5e->encrypt_name, in gss_krb5_import_ctx_v2()
|
| H A D | gss_krb5_test.c | 549 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc3962_encrypt_case() 1157 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc6803_encrypt_case() 1653 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc8009_encrypt_case() 1811 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in encrypt_selftest_case()
|
| H A D | gss_krb5_keys.c | 166 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_DK()
|
| /linux/crypto/krb5/ |
| H A D | krb5_api.c | 210 ci = crypto_alloc_aead(krb5->encrypt_name, 0, 0); in krb5_prepare_encryption() 220 pr_err("Couldn't set AEAD key %s: %d\n", krb5->encrypt_name, ret); in krb5_prepare_encryption() 226 pr_err("Couldn't set AEAD authsize %s: %d\n", krb5->encrypt_name, ret); in krb5_prepare_encryption()
|
| /linux/include/crypto/ |
| H A D | krb5.h | 91 const char *encrypt_name; /* Crypto encrypt+checksum name */ member
|