Home
last modified time | relevance | path

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

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