Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c254 static struct crypto_aead *tipc_aead_tfm_next(struct tipc_aead *aead);
479 * tipc_aead_tfm_next - Move TFM entry to the next one in list and return it
481 static struct crypto_aead *tipc_aead_tfm_next(struct tipc_aead *aead) in tipc_aead_tfm_next() function
730 struct crypto_aead *tfm = tipc_aead_tfm_next(aead); in tipc_aead_encrypt()
905 tfm = tipc_aead_tfm_next(aead); in tipc_aead_decrypt()
/kernel/linux/linux-6.6/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) in tipc_aead_tfm_next() function
737 struct crypto_aead *tfm = tipc_aead_tfm_next(aead); in tipc_aead_encrypt()
901 tfm = tipc_aead_tfm_next(aead); in tipc_aead_decrypt()

Completed in 9 milliseconds