Searched refs:inw (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 34 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 D | xcbc_enc.c | 22 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 D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/openssl/doc/man3/ |
H A D | DES_random_key.pod | 62 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 18 milliseconds