Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcrypto_bench.c62 v = crypto_ctx_value_lookup(); in crypto_encrypt()
90 v = crypto_ctx_value_lookup(); in crypto_decrypt()
Dcrypto_sanity.c101 v = crypto_ctx_value_lookup(); in decrypt_sanity()
139 v = crypto_ctx_value_lookup(); in encrypt_sanity()
Dcrypto_common.h30 static inline struct __crypto_ctx_value *crypto_ctx_value_lookup(void) in crypto_ctx_value_lookup() function