Searched refs:ekey (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/projects/musllibc/src/crypt/
H A Dencrypt.c9 void __des_setkey(const unsigned char *key, struct expanded_key *ekey);
12 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey);
H A Dcrypt_des.c695 void __des_setkey(const unsigned char *key, struct expanded_key *ekey) argument
748 ekey->l[round] = kl;
749 ekey->r[round] = kr;
758 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey)
781 const uint32_t *kl = ekey->l;
782 const uint32_t *kr = ekey->r;
850 uint32_t count, uint32_t saltbits, const struct expanded_key *ekey)
865 __do_des(rawl, rawr, &l_out, &r_out, count, saltbits, ekey);
881 struct expanded_key ekey; local
897 __des_setkey(keybuf, &ekey);
756 __do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, uint32_t count, uint32_t saltbits, const struct expanded_key *ekey) argument
849 des_cipher(const unsigned char *in, unsigned char *out, uint32_t count, uint32_t saltbits, const struct expanded_key *ekey) argument
[all...]

Completed in 78 milliseconds