Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcrypto.c58 KEY_MASTER = 0, enumerator
59 KEY_MIN = KEY_MASTER,
1158 new_key = KEY_MASTER; in tipc_crypto_key_attach()
1332 if (tx_key == KEY_MASTER) { in tipc_crypto_key_pick_tx()
1333 aead = tipc_aead_rcu_ptr(tx->aead[KEY_MASTER], &tx->lock); in tipc_crypto_key_pick_tx()
1718 tx_key = KEY_MASTER; in tipc_crypto_xmit()
1820 if (unlikely(!rx || tx_key == KEY_MASTER)) in tipc_crypto_rcv()
1929 if (ehdr->tx_key == KEY_MASTER) in tipc_crypto_rcv_complete()
2079 if (k == KEY_MASTER) { in tipc_crypto_key_dump()
2449 aead = rcu_dereference(tx->aead[key.active ?: KEY_MASTER]); in tipc_crypto_work_tx()