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

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_des3.c91 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
278 des_t4_key_expand(&deskey[0], &dat->ks1);
279 des_t4_key_expand(&deskey[1], &dat->ks2);
328 des_t4_key_expand(&deskey[0], &dat->ks1);
329 des_t4_key_expand(&deskey[1], &dat->ks2);
330 des_t4_key_expand(&deskey[2], &dat->ks3);
H A Ddest4-sparcv9.pl48 .globl des_t4_key_expand
49 .type des_t4_key_expand,#function
50 des_t4_key_expand: label
90 .size des_t4_key_expand,.-des_t4_key_expand

Completed in 14 milliseconds