Searched refs:crypto_cipher (Results 1 – 3 of 3) sorted by relevance
17 char *crypto_cipher; member20 .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()
53 struct crypto_cipher *cip;
55 struct crypto_cipher *essiv_cipher;271 struct crypto_cipher *essiv_cipher; in essiv_init_tfm()