Home
last modified time | relevance | path

Searched refs:outw (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/evp/
A De_xcbc_d.c35 DES_cblock outw; member
67 memcpy(&data(ctx)->outw[0], &key[16], 8); in desx_cbc_init_key()
78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
/openssl-master/crypto/des/
A Dxcbc_enc.c23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument
36 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
/openssl-master/include/openssl/
A Ddes.h99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
/openssl-master/doc/man3/
A DDES_random_key.pod62 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
174 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret

Completed in 11 milliseconds