Lines Matching defs:user
143 * @hint: a hint for user key
330 * tipc_aead_key_validate - Validate a AEAD user key
331 * @ukey: pointer to user key data
504 * @ukey: pointer to user key data
507 * Allocate a (list of) new cipher transformation (TFM) with the specific user
541 /* Make a list of TFMs with the user key data */
991 return (ehdr->user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE;
1036 u32 user = msg_user(hdr);
1041 ehsz = (user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE;
1063 ehdr->user = 0;
1073 switch (user) {
1075 ehdr->user = LINK_CONFIG;
1079 if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) {
1080 ehdr->user = LINK_PROTOCOL;
1108 * tipc_crypto_key_init - Initiate a new user / AEAD key
1110 * @ukey: the user key
1114 * A new TIPC AEAD key will be allocated and initiated with the specified user
1125 /* Initiate with the new user key */
1568 /* RX pending: having user -> active */
1594 /* RX active: timed out or no user -> pending */
1690 u32 user = msg_user(hdr);
1711 if (user == LINK_CONFIG || user == LINK_PROTOCOL)
1723 user, type);
1726 if (user == LINK_CONFIG ||
1727 (user == LINK_PROTOCOL && type == RESET_MSG) ||
1728 (user == MSG_CRYPTO && type == KEY_DISTR_MSG) ||
1920 WARN_ON(ehdr->user != LINK_CONFIG);
1947 /* Set the RX key's user */