OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cbc3_key
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/des/
destest.c
237
static unsigned char
cbc3_key
[8]={0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10};
variable
367
if ((j=DES_set_key_checked(&
cbc3_key
,&ks3)) != 0)
499
&iv3,&cbc2_key,&
cbc3_key
, DES_ENCRYPT);
507
&iv3,&cbc2_key,&
cbc3_key
, DES_DECRYPT);
526
if ((j=DES_set_key_checked(&
cbc3_key
,&ks3)) != 0)
/external/openssl/crypto/des/
destest.c
237
static unsigned char
cbc3_key
[8]={0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10};
variable
367
if ((j=DES_set_key_checked(&
cbc3_key
,&ks3)) != 0)
499
&iv3,&cbc2_key,&
cbc3_key
, DES_ENCRYPT);
507
&iv3,&cbc2_key,&
cbc3_key
, DES_DECRYPT);
526
if ((j=DES_set_key_checked(&
cbc3_key
,&ks3)) != 0)
Completed in 3829 milliseconds