Home
last modified time | relevance | path

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

/linux-6.15/crypto/krb5/
H A Drfc6803_camellia.c116 const struct krb5_buffer *protocol_key, in rfc6803_calc_PRF() argument
151 ret = rfc6803_calc_KDF_FEEDBACK_CMAC(krb5, protocol_key, &prfconstant, in rfc6803_calc_PRF()
H A Dinternal.h19 const struct krb5_buffer *protocol_key,
H A Drfc3961_simplified.c385 const struct krb5_buffer *protocol_key, in rfc3961_calc_PRF() argument
416 ret = rfc3961_calc_DK(krb5, protocol_key, &prfconstant, &derived_key, gfp); in rfc3961_calc_PRF()
/linux-6.15/include/linux/
H A Dthunderbolt.h451 .protocol_key = (key), \
H A Dmod_devicetable.h804 char protocol_key[8 + 1]; member
/linux-6.15/scripts/mod/
H A Ddevicetable-offsets.c233 DEVID_FIELD(tb_service_id, protocol_key); in main()
H A Dfile2alias.c1204 DEF_FIELD_ADDR(symval, tb_service_id, protocol_key); in do_tbsvc_entry()
1210 sprintf(alias + strlen(alias), "k%s", *protocol_key); in do_tbsvc_entry()
/linux-6.15/drivers/thunderbolt/
H A Ddomain.c25 if (strcmp(id->protocol_key, svc->key)) in match_service_id()