Searched refs:outw (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 35 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 D | xcbc_enc.c | 23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 36 in2 = &(*outw)[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); 174 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret
|
Completed in 7 milliseconds