Home
last modified time | relevance | path

Searched refs:encrypt_name (Results 1 – 4 of 4) 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()