Home
last modified time | relevance | path

Searched refs:mech (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c803 u32 mech; in _ep11_genaeskey() member
985 u32 mech; in ep11_cryptsingle() member
1025 req_pl->mech = (mech ? mech : 0x00001085); /* CKM_AES_CBC_PAD */ in ep11_cryptsingle()
1124 u32 mech; in _ep11_unwrapkey() member
1181 req_pl->mech = (mech ? mech : 0x00001085); /* CKM_AES_CBC_PAD */ in _ep11_unwrapkey()
1257 u32 mech, const u8 *iv, in ep11_unwrapkey() argument
1292 u32 mech, const u8 *iv, in _ep11_wrapkey() argument
1302 u32 mech; in _ep11_wrapkey() member
1333 if (!mech || mech == 0x80060001) in _ep11_wrapkey()
1336 api = (!mech || mech == 0x80060001) ? /* CKM_IBM_CPACF_WRAP */ in _ep11_wrapkey()
[all …]
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c286 .mech.len = GSS_OID_MAX_LEN, in gssp_accept_sec_context_upcall()
322 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
323 if (rctxh.mech.data) { in gssp_accept_sec_context_upcall()
324 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
326 kfree(rctxh.mech.data); in gssp_accept_sec_context_upcall()
H A Dgss_rpc_xdr.h46 gssx_OID mech; member
78 gssx_OID mech; member
101 gssx_OID mech; member
H A Dgss_mech_switch.c353 struct gss_api_mech *mech, in gss_import_sec_context() argument
360 (*ctx_id)->mech_type = gss_mech_get(mech); in gss_import_sec_context()
362 return mech->gm_ops->gss_import_sec_context(input_token, bufsize, in gss_import_sec_context()
H A Dauth_gss.c88 struct gss_api_mech *mech; member
436 struct gss_api_mech *mech = gss_msg->auth->mech; in gss_encode_v1_msg() local
441 len = scnprintf(p, buflen, "mech=%s uid=%d", mech->gm_name, in gss_encode_v1_msg()
484 if (mech->gm_upcall_enctypes) { in gss_encode_v1_msg()
486 mech->gm_upcall_enctypes); in gss_encode_v1_msg()
774 p = gss_fill_context(p, end, ctx, gss_msg->auth->mech); in gss_pipe_downcall()
1051 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor); in gss_create_new()
1052 if (!gss_auth->mech) in gss_create_new()
1089 gss_pipe = gss_pipe_get(clnt, gss_auth->mech->gm_name, in gss_create_new()
1103 gss_mech_put(gss_auth->mech); in gss_create_new()
[all …]
H A Dsvcauth_gss.c1489 struct gss_api_mech *mech; in read_gss_krb5_enctypes() local
1492 mech = gss_mech_get_by_OID(&oid); in read_gss_krb5_enctypes()
1493 if (!mech) in read_gss_krb5_enctypes()
1495 if (!mech->gm_upcall_enctypes) { in read_gss_krb5_enctypes()
1496 gss_mech_put(mech); in read_gss_krb5_enctypes()
1501 mech->gm_upcall_enctypes, in read_gss_krb5_enctypes()
1502 strlen(mech->gm_upcall_enctypes)); in read_gss_krb5_enctypes()
1503 gss_mech_put(mech); in read_gss_krb5_enctypes()
H A Dgss_rpc_xdr.c317 err = gssx_dec_buffer(xdr, &status->mech); in gssx_dec_status()
597 err = gssx_enc_buffer(xdr, &ctx->mech); in gssx_enc_ctx()
660 err = gssx_dec_buffer(xdr, &ctx->mech); in gssx_dec_ctx()
/linux-6.15/include/linux/sunrpc/
H A Dgss_api.h50 struct gss_api_mech *mech,