Searched refs:des_encrypt (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | des.h | 27 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | des_generic.c | 41 des_encrypt(dctx, dst, src); in crypto_des_encrypt()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smbencrypt.c | 72 des_encrypt(&ctx, out, in); in smbhash()
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | des.c | 781 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_encrypt() function 800 EXPORT_SYMBOL_GPL(des_encrypt);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | des_old.h | 268 # define des_encrypt(d,k,e)\ macro
|