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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c61 .encrypt_name = "cbc(des)",
82 .encrypt_name = "ecb(arc4)",
103 .encrypt_name = "cbc(des3_ede)",
124 .encrypt_name = "cts(cbc(aes))",
147 .encrypt_name = "cts(cbc(aes))",
247 *res = crypto_alloc_blkcipher(ctx->gk5e->encrypt_name, 0,
251 "crypto algorithm %s\n", ctx->gk5e->encrypt_name);
257 "crypto algorithm %s\n", ctx->gk5e->encrypt_name);
391 ctx->seq = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name,
396 ctx->enc = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name,
[all...]
H A Dgss_krb5_seqnum.c51 cipher = crypto_alloc_blkcipher(kctx->gk5e->encrypt_name, 0,
109 cipher = crypto_alloc_blkcipher(kctx->gk5e->encrypt_name, 0,
H A Dgss_krb5_keys.c169 cipher = crypto_alloc_blkcipher(gk5e->encrypt_name, 0,
232 __func__, ret, gk5e->encrypt_name);
H A Dgss_krb5_wrap.c219 cipher = crypto_alloc_blkcipher(kctx->gk5e->encrypt_name, 0,
307 cipher = crypto_alloc_blkcipher(kctx->gk5e->encrypt_name, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dgss_krb5.h62 const char *encrypt_name; /* crypto encrypt name */ member in struct:gss_krb5_enctype

Completed in 119 milliseconds