Home
last modified time | relevance | path

Searched refs:expanded_key (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/musl/crypt/
H A Dcrypt_des.h8 struct expanded_key { struct
14 void __des_setkey(const unsigned char *, struct expanded_key *); argument
16 uint32_t, uint32_t, const struct expanded_key *);
H A Dencrypt.c7 static struct expanded_key __encrypt_key;
25 struct expanded_key decrypt_key, *key; in encrypt()
H A Dcrypt_des.c693 void __des_setkey(const unsigned char *key, struct expanded_key *ekey) in __des_setkey()
756 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey) in __do_des()
848 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey) in des_cipher()
879 struct expanded_key ekey; in _crypt_extended_r_uut()