Searched refs:context_v2_alloc_cipher (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/net/sunrpc/auth_gss/ |
| D | gss_krb5_mech.c | 349 context_v2_alloc_cipher(struct krb5_ctx *ctx, const char *cname, u8 *key) in context_v2_alloc_cipher() function 393 ctx->seq = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name, in context_derive_keys_des3() 398 ctx->enc = context_v2_alloc_cipher(ctx, ctx->gk5e->encrypt_name, in context_derive_keys_des3() 521 ctx->initiator_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new() 536 ctx->acceptor_enc = context_v2_alloc_cipher(ctx, in context_derive_keys_new() 586 context_v2_alloc_cipher(ctx, "cbc(aes)", in context_derive_keys_new() 591 context_v2_alloc_cipher(ctx, "cbc(aes)", in context_derive_keys_new()
|