Home
last modified time | relevance | path

Searched refs:statelen (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Ddrbg.h86 __u8 statelen; /* maximum state length */ member
149 return drbg->core->statelen; in drbg_statelen()
163 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
/kernel/linux/linux-6.6/include/crypto/
H A Ddrbg.h86 __u8 statelen; /* maximum state length */ member
150 return drbg->core->statelen; in drbg_statelen()
164 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c120 .statelen = 32, /* 256 bits as defined in 10.2.1 */
126 .statelen = 40, /* 320 bits as defined in 10.2.1 */
132 .statelen = 48, /* 384 bits as defined in 10.2.1 */
141 .statelen = 55, /* 440 bits */
147 .statelen = 111, /* 888 bits */
153 .statelen = 111, /* 888 bits */
159 .statelen = 55, /* 440 bits */
168 .statelen = 20, /* block length of cipher */
174 .statelen = 48, /* block length of cipher */
180 .statelen
[all...]
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c122 .statelen = 32, /* 256 bits as defined in 10.2.1 */
128 .statelen = 40, /* 320 bits as defined in 10.2.1 */
134 .statelen = 48, /* 384 bits as defined in 10.2.1 */
143 .statelen = 55, /* 440 bits */
149 .statelen = 111, /* 888 bits */
155 .statelen = 111, /* 888 bits */
161 .statelen = 55, /* 440 bits */
170 .statelen = 20, /* block length of cipher */
176 .statelen = 48, /* block length of cipher */
182 .statelen
[all...]

Completed in 4 milliseconds