Lines Matching refs:block_size

1 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "aegis128",	.block_size = 1,	.max_auth_size =…
2 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "aegis128l", .block_size = 1, .max_auth_size …
3 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "aegis256", .block_size = 1, .max_auth_size =…
4 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "gcm(aes)", .block_size = 1, .max_auth_size =…
5 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "morus1280", .block_size = 1, .max_auth_size …
6 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "morus640", .block_size = 1, .max_auth_size =…
7 { .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "rfc4106(gcm(aes))", .block_size = 1, .max_au…
8 { .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "ghash", .block_size = 16, .digest_size = 1…
13 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "aes", .block_size = 16, .max_key_size = …
14 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "anubis", .block_size = 16, .max_key_size…
15 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "blowfish", .block_size = 8, .max_key_siz…
16 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "camellia", .block_size = 16, .max_key_si…
17 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "cast5", .block_size = 8, .max_key_size =…
18 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "cast6", .block_size = 16, .max_key_size …
19 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "cipher_null", .block_size = 1 },
20 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "des3_ede", .block_size = 8, .max_key_siz…
21 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "des", .block_size = 8, .max_key_size = 8…
22 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "fcrypt", .block_size = 8, .max_key_size …
23 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "khazad", .block_size = 8, .max_key_size …
24 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "seed", .block_size = 16, .max_key_size =…
25 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "serpent", .block_size = 16, .max_key_siz…
26 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "sm4", .block_size = 16, .max_key_size = …
27 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "tea", .block_size = 8, .max_key_size = 1…
28 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "tnepres", .block_size = 16, .max_key_siz…
29 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "twofish", .block_size = 16, .max_key_siz…
30 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "xeta", .block_size = 8, .max_key_size = …
31 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "xtea", .block_size = 8, .max_key_size = …
34 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-160", .block_size = 128, .digest_s…
35 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-256", .block_size = 128, .digest_s…
36 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-384", .block_size = 128, .digest_s…
37 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-512", .block_size = 128, .digest_s…
38 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "cmac(aes)", .block_size = 16, .digest_size…
39 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "cbcmac(aes)", .block_size = 1, .digest_siz…
40 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "cmac(aes)", .block_size = 16, .digest_size…
41 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "crc32", .block_size = 1, .digest_size = 4 …
42 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "crc32c", .block_size = 1, .digest_size = 4…
43 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "crct10dif", .block_size = 1, .digest_size …
44 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "digest_null", .block_size = 1 },
45 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "ghash", .block_size = 16, .digest_size = 1…
46 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "hmac(sha1)", .block_size = 64, .digest_siz…
47 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "hmac(sha256)", .block_size = 64, .digest_s…
48 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "md4", .block_size = 64, .digest_size = 16 …
49 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "md5", .block_size = 64, .digest_size = 16 …
50 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "michael_mic", .block_size = 8, .digest_siz…
52 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "poly1305", .block_size = 16, .digest_size …
53 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "rmd128", .block_size = 64, .digest_size = …
54 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "rmd160", .block_size = 64, .digest_size = …
55 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "rmd256", .block_size = 64, .digest_size = …
56 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "rmd320", .block_size = 64, .digest_size = …
57 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha1", .block_size = 64, .digest_size = 20…
58 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha224", .block_size = 64, .digest_size = …
59 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha256", .block_size = 64, .digest_size = …
60 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha3-224", .block_size = 144, .digest_size…
61 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha3-256", .block_size = 136, .digest_size…
62 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha3-384", .block_size = 104, .digest_size…
63 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha3-512", .block_size = 72, .digest_size …
64 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha384", .block_size = 128, .digest_size =…
65 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sha512", .block_size = 128, .digest_size =…
66 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "sm3", .block_size = 64, .digest_size = 32 …
67 { .crypto_type = CRYPTO_CIPHER, .type = "cipher", .name = "sm4", .block_size = 16, .max_key_size = …
68 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "streebog256", .block_size = 64, .digest_si…
69 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "streebog512", .block_size = 64, .digest_si…
70 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "tgr128", .block_size = 64, .digest_size = …
71 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "tgr160", .block_size = 64, .digest_size = …
72 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "tgr192", .block_size = 64, .digest_size = …
73 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "wp256", .block_size = 64, .digest_size = 3…
74 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "wp384", .block_size = 64, .digest_size = 4…
75 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "wp512", .block_size = 64, .digest_size = 6…
76 { .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "xxhash64", .block_size = 32, .digest_size …
77 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(aes)", .block_size = 16, .max_ke…
78 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(blowfish)", .block_size = 8, .ma…
79 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(camellia)", .block_size = 16, .m…
80 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(cast5)", .block_size = 8, .max_k…
81 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(cast6)", .block_size = 16, .max_…
82 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(des3_ede)", .block_size = 8, .ma…
83 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(serpent)", .block_size = 16, .ma…
84 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "cbc(twofish)", .block_size = 16, .ma…
85 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "chacha20", .block_size = 1, .max_key…
86 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(aes)", .block_size = 1, .max_key…
87 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(blowfish)", .block_size = 1, .ma…
88 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(camellia)", .block_size = 1, .ma…
89 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(cast5)", .block_size = 1, .max_k…
90 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(cast6)", .block_size = 1, .max_k…
91 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(des3_ede)", .block_size = 1, .ma…
92 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(serpent)", .block_size = 1, .max…
93 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ctr(twofish)", .block_size = 1, .max…
94 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(aes)", .block_size = 16, .max_ke…
95 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(blowfish)", .block_size = 8, .ma…
96 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(camellia)", .block_size = 16, .m…
97 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(cast5)", .block_size = 8, .max_k…
98 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(cast6)", .block_size = 16, .max_…
99 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(cipher_null)", .block_size = 1 },
100 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(des3_ede)", .block_size = 8, .ma…
101 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(serpent)", .block_size = 16, .ma…
102 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "ecb(twofish)", .block_size = 16, .ma…
103 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "salsa20", .block_size = 1, .max_key_…
104 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xchacha12", .block_size = 1, .max_ke…
105 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xchacha20", .block_size = 1, .max_ke…
106 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xts(aes)", .block_size = 16, .max_ke…
107 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xts(camellia)", .block_size = 16, .m…
108 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xts(cast6)", .block_size = 16, .max_…
109 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xts(serpent)", .block_size = 16, .ma…
110 { .crypto_type = CRYPTO_SKCIPHER, .type = "skcipher", .name = "xts(twofish)", .block_size = 16, .ma…