Searched refs:maximum_effective_key (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dcrypto.c2183 int maximum_effective_key; member in struct:_RC2_params
2192 int maximum_effective_key = 128; local
2199 maximum_effective_key = p->maximum_effective_key;
2201 switch(maximum_effective_key) {
2247 p->maximum_effective_key = 40;
2251 p->maximum_effective_key = 64;
2255 p->maximum_effective_key = 128;

Completed in 95 milliseconds