Lines Matching defs:encrypted
121 int encrypted; ///< use an encrypted connection (RTMPE only)
999 * @param encrypted use an encrypted connection (RTMPE)
1002 static int rtmp_handshake_imprint_with_digest(uint8_t *buf, int encrypted)
1006 if (encrypted)
1225 if (CONFIG_FFRTMPCRYPT_PROTOCOL && rt->encrypted) {
1227 * byte to 0x06 which means to use encrypted data and we have to set
1241 client_pos = rtmp_handshake_imprint_with_digest(tosend + 1, rt->encrypted);
1303 if (CONFIG_FFRTMPCRYPT_PROTOCOL && rt->encrypted) {
1333 if (CONFIG_FFRTMPCRYPT_PROTOCOL && rt->encrypted) {
1345 if (CONFIG_FFRTMPCRYPT_PROTOCOL && rt->encrypted) {
1351 if (CONFIG_FFRTMPCRYPT_PROTOCOL && rt->encrypted) {
1369 if (CONFIG_FFRTMPCRYPT_PROTOCOL && rt->encrypted) {
2650 /* open the encrypted connection */
2652 rt->encrypted = 1;