OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_des_cblock
(Results
1 - 13
of
13
) 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
...]
xcbc_enc.c
83
void DES_xwhite_in2out(
const_DES_cblock
*des_key,
const_DES_cblock
*in_white,
114
DES_cblock *ivec,
const_DES_cblock
*inw,
115
const_DES_cblock
*outw, int enc)
set_key.c
97
int DES_check_key_parity(
const_DES_cblock
*key)
139
int DES_is_weak_key(
const_DES_cblock
*key)
311
int DES_set_key(
const_DES_cblock
*key, DES_key_schedule *schedule)
328
int DES_set_key_checked(
const_DES_cblock
*key, DES_key_schedule *schedule)
338
void DES_set_key_unchecked(
const_DES_cblock
*key, DES_key_schedule *schedule)
344
void private_DES_set_key_unchecked(
const_DES_cblock
*key, DES_key_schedule *schedule)
405
int DES_key_sched(
const_DES_cblock
*key, DES_key_schedule *schedule)
ecb3_enc.c
61
void DES_ecb3_encrypt(
const_DES_cblock
*input, DES_cblock *output,
cbc_cksm.c
63
const_DES_cblock
*ivec)
ecb_enc.c
108
void DES_ecb_encrypt(
const_DES_cblock
*input, DES_cblock *output,
rpc_enc.c
73
DES_ecb_encrypt((
const_DES_cblock
*)desp->UDES.UDES_buf,
des_old.h
136
#define
const_des_cblock
const_DES_cblock
macro
des_old.c
87
DES_ecb3_encrypt((
const_DES_cblock
*)input, output,
/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
...]
des_old.h
136
#define
const_des_cblock
const_DES_cblock
macro
/external/chromium/net/http/
des.cc
97
reinterpret_cast<
const_DES_cblock
*>(const_cast<uint8*>(key)), &ks);
99
DES_ecb_encrypt(reinterpret_cast<
const_DES_cblock
*>(const_cast<uint8*>(src)),
/external/openssl/crypto/evp/
e_des3.c
93
DES_ecb3_encrypt((
const_DES_cblock
*)(in + i),
Completed in 359 milliseconds