Home
last modified time | relevance | path

Searched defs:des_ks_struct (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/des/
H A Ddes.h61 typedef struct des_ks_struct struct
63 union {
68 } ks;
69 int weak_key;
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Ddes_int.h113 typedef struct des_ks_struct { DES_INT32 _[2]; } des_key_schedule[16] struct