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

/seL4-test-master/projects/musllibc/src/crypt/
H A Dcrypt_des.c695 void __des_setkey(const unsigned char *key, struct expanded_key *ekey) argument
881 struct expanded_key ekey; local
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 26 milliseconds