Lines Matching defs:encrypt
221 int encrypt;
311 if (!http_base_proto || !hls->http_persistent || hls->key_info_file || hls->encrypt) {
1152 if (hls->key_info_file || hls->encrypt) {
1603 if ((hls->encrypt || hls->key_info_file) && (!key_uri || strcmp(en->key_uri, key_uri) ||
1769 if (c->key_info_file || c->encrypt) {
1775 if (c->key_info_file && c->encrypt) {
1808 if (c->key_info_file || c->encrypt) {
2533 if (hls->key_info_file || hls->encrypt)
2545 if (hls->key_info_file || hls->encrypt) {
2636 if (hls->key_info_file || hls->encrypt)
2739 if (hls->key_info_file || hls->encrypt) {
2801 if (hls->key_info_file || hls->encrypt) {
3122 {"hls_enc", "enable AES128 encryption support", OFFSET(encrypt), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, E},
3123 {"hls_enc_key", "hex-coded 16 byte key to encrypt the segments", OFFSET(key), AV_OPT_TYPE_STRING, .flags = E},