Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A De_xcbc_d.c34 DES_cblock inw; member
66 memcpy(&data(ctx)->inw[0], &key[8], 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.c22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() argument
33 in2 = &(*inw)[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);
173 DES_xcbc_encrypt() is RSA's DESX mode of DES. It uses I<inw> and
174 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret

Completed in 14 milliseconds