Searched refs:statelen (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | drbg.h | 85 __u8 statelen; /* maximum state length */ member 135 return drbg->core->statelen; in drbg_statelen() 149 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
|
/linux-4.4.14/crypto/ |
D | drbg.c | 120 .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 = 64, /* block length of cipher */ [all …]
|