Home
last modified time | relevance | path

Searched refs:encrypt_name (Results 1 – 10 of 10) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c42 .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 Dgss_krb5_test.c546 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc3962_encrypt_case()
1152 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc6803_encrypt_case()
1646 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in rfc8009_encrypt_case()
1803 cts_tfm = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in encrypt_selftest_case()
H A Dgss_krb5_internal.h23 const char *encrypt_name; /* crypto encrypt name */ member
H A Dgss_krb5_keys.c166 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_DK()
/linux/crypto/krb5/
H A Drfc3962_aes.c75 .encrypt_name = "krb5enc(hmac(sha1),cts(cbc(aes)))",
98 .encrypt_name = "krb5enc(hmac(sha1),cts(cbc(aes)))",
H A Dkrb5_api.c168 ci = crypto_alloc_aead(krb5->encrypt_name, 0, 0); in krb5_prepare_encryption()
178 pr_err("Couldn't set AEAD key %s: %d\n", krb5->encrypt_name, ret); in krb5_prepare_encryption()
184 pr_err("Couldn't set AEAD authsize %s: %d\n", krb5->encrypt_name, ret); in krb5_prepare_encryption()
H A Drfc6803_camellia.c197 .encrypt_name = "krb5enc(cmac(camellia),cts(cbc(camellia)))",
220 .encrypt_name = "krb5enc(cmac(camellia),cts(cbc(camellia)))",
H A Drfc8009_aes2.c322 .encrypt_name = "authenc(hmac(sha256),cts(cbc(aes)))",
345 .encrypt_name = "authenc(hmac(sha384),cts(cbc(aes)))",
H A Dselftest.c301 pr_err("Couldn't alloc AEAD %s: %d\n", krb5->encrypt_name, ret); in krb5_test_one_enc()
/linux/include/crypto/
H A Dkrb5.h91 const char *encrypt_name; /* Crypto encrypt+checksum name */ member