Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H 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/crypto/des/
H A Dxcbc_enc.c23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument
36 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
/openssl/include/openssl/
H A Ddes.h99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
/openssl/doc/man3/
H 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 7 milliseconds