OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_DES_cblock
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/des/
des.h
79
typedef /* const */ unsigned char
const_DES_cblock
[8];
81
* and
const_DES_cblock
* are incompatible pointer types. */
131
void DES_ecb3_encrypt(
const_DES_cblock
*input, DES_cblock *output,
136
const_DES_cblock
*ivec);
146
const_DES_cblock
*inw,
const_DES_cblock
*outw,int enc);
150
void DES_ecb_encrypt(
const_DES_cblock
*input,DES_cblock *output,
199
void DES_xwhite_in2out(
const_DES_cblock
*DES_key,
const_DES_cblock
*in_white,
218
int DES_check_key_parity(
const_DES_cblock
*key)
[
all
...]
/external/openssl/include/openssl/
des.h
79
typedef /* const */ unsigned char
const_DES_cblock
[8];
81
* and
const_DES_cblock
* are incompatible pointer types. */
131
void DES_ecb3_encrypt(
const_DES_cblock
*input, DES_cblock *output,
136
const_DES_cblock
*ivec);
146
const_DES_cblock
*inw,
const_DES_cblock
*outw,int enc);
150
void DES_ecb_encrypt(
const_DES_cblock
*input,DES_cblock *output,
199
void DES_xwhite_in2out(
const_DES_cblock
*DES_key,
const_DES_cblock
*in_white,
218
int DES_check_key_parity(
const_DES_cblock
*key)
[
all
...]
Completed in 51 milliseconds