HomeSort by: relevance | last modified time | path
    Searched defs:cast128_key (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/cast128/
cast128.h 17 } cast128_key; typedef in typeref:struct:__anon80cd8cdc0108
19 void cast128_setkey(cast128_key *key, const u_int8_t *rawkey, int keybytes);
20 void cast128_encrypt(const cast128_key *key, const u_int8_t *inblock,
22 void cast128_decrypt(const cast128_key *key, const u_int8_t *inblock,
cast128.h 17 } cast128_key; typedef in typeref:struct:__anon80cd8cdc0108
19 void cast128_setkey(cast128_key *key, const u_int8_t *rawkey, int keybytes);
20 void cast128_encrypt(const cast128_key *key, const u_int8_t *inblock,
22 void cast128_decrypt(const cast128_key *key, const u_int8_t *inblock,

Completed in 21 milliseconds