Lines Matching defs:user
141 * @hint[]: a hint for user key
326 * tipc_aead_key_validate - Validate a AEAD user key
497 * @ukey: pointer to user key data
500 * Allocate a (list of) new cipher transformation (TFM) with the specific user
534 /* Make a list of TFMs with the user key data */
995 return (ehdr->user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE;
1040 u32 user = msg_user(hdr);
1045 ehsz = (user != LINK_CONFIG) ? EHDR_SIZE : EHDR_CFG_SIZE;
1067 ehdr->user = 0;
1077 switch (user) {
1079 ehdr->user = LINK_CONFIG;
1083 if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) {
1084 ehdr->user = LINK_PROTOCOL;
1112 * tipc_crypto_key_init - Initiate a new user / AEAD key
1114 * @ukey: the user key
1118 * A new TIPC AEAD key will be allocated and initiated with the specified user
1129 /* Initiate with the new user key */
1572 /* RX pending: having user -> active */
1598 /* RX active: timed out or no user -> pending */
1694 u32 user = msg_user(hdr);
1715 if (user == LINK_CONFIG || user == LINK_PROTOCOL)
1727 user, type);
1730 if (user == LINK_CONFIG ||
1731 (user == LINK_PROTOCOL && type == RESET_MSG) ||
1732 (user == MSG_CRYPTO && type == KEY_DISTR_MSG) ||
1924 WARN_ON(ehdr->user != LINK_CONFIG);
1951 /* Set the RX key's user */