Home
last modified time | relevance | path

Searched refs:statelen (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/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 = 32, /* block length of cipher */
[all …]