Home
last modified time | relevance | path

Searched refs:des_ctx (Results 1 – 2 of 2) sorted by relevance

/include/crypto/
Ddes.h19 struct des_ctx { struct
27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src); argument
28 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
42 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen);
/include/crypto/internal/
Ddes.h28 struct des_ctx tmp; in crypto_des_verify_key()