Searched refs:cbc3_key (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddestest.c237 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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddestest.c237 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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddestest.c243 static unsigned char cbc3_key[8] = variable
392 if ((j = DES_set_key_checked(&cbc3_key, &ks3)) != 0) {
512 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
519 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT);
535 if ((j = DES_set_key_checked(&cbc3_key, &ks3)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddestest.c243 static unsigned char cbc3_key[8] = variable
392 if ((j = DES_set_key_checked(&cbc3_key, &ks3)) != 0) {
512 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
519 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT);
535 if ((j = DES_set_key_checked(&cbc3_key, &ks3)) != 0) {

Completed in 29 milliseconds