Searched refs:context_v2_alloc_cipher (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 282 context_v2_alloc_cipher(struct krb5_ctx *ctx, const char *cname, u8 *key) in context_v2_alloc_cipher() function 326 ctx->seq = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name, in context_derive_keys_des3() 331 ctx->enc = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name, in context_derive_keys_des3() 379 ctx->initiator_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new() 394 ctx->acceptor_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new() 444 context_v2_alloc_cipher(ctx, "cbc(aes)", in context_derive_keys_new() 449 context_v2_alloc_cipher(ctx, "cbc(aes)", in context_derive_keys_new()
|