Searched refs:statelen (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/crypto/ |
A D | drbg.h | 86 __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()
|
/linux-6.3-rc2/crypto/ |
A D | drbg.c | 122 .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 …]
|
Completed in 7 milliseconds