Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_crypto.c17 char *crypto_cipher; member
20 .crypto_cipher = "ecb(aes)",
49 args.crypto_cipher = strdup(arg); in crypto_parse_arg()
50 if (!strlen(args.crypto_cipher) || in crypto_parse_arg()
51 strlen(args.crypto_cipher) > MAX_CIPHER_LEN) { in crypto_parse_arg()
99 snprintf(ctx.skel->bss->cipher, 128, "%s", args.crypto_cipher); in crypto_setup()
/linux/drivers/crypto/
H A Dgeode-aes.h53 struct crypto_cipher *cip;
/linux/crypto/
H A Dessiv.c55 struct crypto_cipher *essiv_cipher;
271 struct crypto_cipher *essiv_cipher; in essiv_init_tfm()