Searched refs:statelen (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | drbg.h | 86 __u8 statelen; /* maximum state length */ member 143 return drbg->core->statelen; in drbg_statelen() 157 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
|
/Linux-v4.19/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 …]
|