Searched refs:tipc_aead_tfm_next (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dcrypto.c258 static struct crypto_aead *tipc_aead_tfm_next(struct tipc_aead *aead);
485 * tipc_aead_tfm_next - Move TFM entry to the next one in list and return it
488 static struct crypto_aead *tipc_aead_tfm_next(struct tipc_aead *aead) function
737 struct crypto_aead *tfm = tipc_aead_tfm_next(aead);
901 tfm = tipc_aead_tfm_next(aead);

Completed in 105 milliseconds