Searched refs:cbc2_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.c236 static unsigned char cbc2_key[8]={0xf1,0xe0,0xd3,0xc2,0xb5,0xa4,0x97,0x86}; variable
259 static unsigned char cbc2_key[8]={0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87}; variable
362 if ((j=DES_set_key_checked(&cbc2_key,&ks2)) != 0)
499 &iv3,&cbc2_key,&cbc3_key, DES_ENCRYPT);
507 &iv3,&cbc2_key,&cbc3_key, DES_DECRYPT);
521 if ((j=DES_set_key_checked(&cbc2_key,&ks2)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddestest.c236 static unsigned char cbc2_key[8]={0xf1,0xe0,0xd3,0xc2,0xb5,0xa4,0x97,0x86}; variable
259 static unsigned char cbc2_key[8]={0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87}; variable
362 if ((j=DES_set_key_checked(&cbc2_key,&ks2)) != 0)
499 &iv3,&cbc2_key,&cbc3_key, DES_ENCRYPT);
507 &iv3,&cbc2_key,&cbc3_key, DES_DECRYPT);
521 if ((j=DES_set_key_checked(&cbc2_key,&ks2)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddestest.c241 static unsigned char cbc2_key[8] = variable
270 static unsigned char cbc2_key[8] = variable
388 if ((j = DES_set_key_checked(&cbc2_key, &ks2)) != 0) {
512 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
519 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT);
531 if ((j = DES_set_key_checked(&cbc2_key, &ks2)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddestest.c241 static unsigned char cbc2_key[8] = variable
270 static unsigned char cbc2_key[8] = variable
388 if ((j = DES_set_key_checked(&cbc2_key, &ks2)) != 0) {
512 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
519 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT);
531 if ((j = DES_set_key_checked(&cbc2_key, &ks2)) != 0) {

Completed in 125 milliseconds