Searched refs:test_key (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.c444 static const char *test_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCD"; local
450 test_encrypt(buf, len, aes128_80_suite, test_key);
451 test_encrypt(buf, len, aes128_32_suite, test_key);
452 test_encrypt(buf, len, aes128_80_32_suite, test_key);
454 test_encrypt(buf, len, aes128_80_suite, test_key);
455 test_encrypt(buf, len, aes128_32_suite, test_key);
456 test_encrypt(buf, len, aes128_80_32_suite, test_key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dcts128.c358 static const unsigned char test_key[16] = "chicken teriyaki"; variable
525 AES_set_encrypt_key(test_key, 128, &encks);
526 AES_set_decrypt_key(test_key, 128, &decks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dcts128.c358 static const unsigned char test_key[16] = "chicken teriyaki"; variable
525 AES_set_encrypt_key(test_key, 128, &encks);
526 AES_set_decrypt_key(test_key, 128, &decks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddes.c351 static const uint8_t test_key[] = {0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0}; variable
396 key[0] = AV_RB64(test_key);
403 av_des_init(&d, test_key, 64, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddes.c352 static const uint8_t test_key[] = {0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0}; variable
399 key[0] = AV_RB64(test_key);
406 av_des_init(&d, test_key, 64, 0);

Completed in 131 milliseconds