| D | des_old.h | 152 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 153 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e)) 255 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 256 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e)) 343 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
|