Searched refs:statelen (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | drbg.h | 84 __u8 statelen; /* maximum state length */ member 130 return drbg->core->statelen; in drbg_statelen() 144 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
|
/linux-4.1.27/crypto/ |
D | drbg.c | 119 .statelen = 32, /* 256 bits as defined in 10.2.1 */ 125 .statelen = 40, /* 320 bits as defined in 10.2.1 */ 131 .statelen = 48, /* 384 bits as defined in 10.2.1 */ 140 .statelen = 55, /* 440 bits */ 146 .statelen = 111, /* 888 bits */ 152 .statelen = 111, /* 888 bits */ 158 .statelen = 55, /* 440 bits */ 167 .statelen = 20, /* block length of cipher */ 173 .statelen = 48, /* block length of cipher */ 179 .statelen = 64, /* block length of cipher */ [all …]
|