Home
last modified time | relevance | path

Searched refs:encrypt_name (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c45 .encrypt_name = "cbc(des)",
68 .encrypt_name = "cbc(des3_ede)",
90 .encrypt_name = "cts(cbc(aes))",
114 .encrypt_name = "cts(cbc(aes))",
186 *res = crypto_alloc_sync_skcipher(ctx->gk5e->encrypt_name, 0, 0); in get_key()
189 "crypto algorithm %s\n", ctx->gk5e->encrypt_name); in get_key()
195 "crypto algorithm %s\n", ctx->gk5e->encrypt_name); in get_key()
340 ctx->seq = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name, in gss_krb5_import_ctx_v1()
345 ctx->enc = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name, in gss_krb5_import_ctx_v1()
394 ctx->gk5e->encrypt_name, in gss_krb5_import_ctx_v2()
[all...]
H A Dgss_krb5_keys.c160 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_derive_key()
222 __func__, ret, gk5e->encrypt_name); in krb5_derive_key()
/kernel/linux/linux-6.6/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_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()
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()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dgss_krb5.h62 const char *encrypt_name; /* crypto encrypt name */ member

Completed in 6 milliseconds