Searched refs:tipc_aead_key_size (Results 1 – 3 of 3) sorted by relevance
252 static inline int tipc_aead_key_size(struct tipc_aead_key *key) in tipc_aead_key_size() function
599 tmp->key = kmemdup(ukey, tipc_aead_key_size(ukey), GFP_KERNEL); in tipc_aead_init()2238 size = tipc_aead_key_size(skey); in tipc_crypto_key_xmit()2456 skey = kmemdup(aead->key, tipc_aead_key_size(aead->key), GFP_ATOMIC); in tipc_crypto_work_tx()
2929 nla_len(attr) < tipc_aead_key_size(key)) in tipc_nl_retrieve_key()