Lines Matching refs:srtp_err_status_t
82 static srtp_err_status_t srtp_validate_rtp_header(void *rtp_hdr, in srtp_validate_rtp_header()
152 srtp_err_status_t srtp_stream_dealloc(srtp_stream_ctx_t *stream, in srtp_stream_dealloc()
155 srtp_err_status_t status; in srtp_stream_dealloc()
284 srtp_err_status_t srtp_stream_alloc(srtp_stream_ctx_t **str_ptr, in srtp_stream_alloc()
288 srtp_err_status_t stat; in srtp_stream_alloc()
451 srtp_err_status_t srtp_stream_clone(const srtp_stream_ctx_t *stream_template, in srtp_stream_clone()
455 srtp_err_status_t status; in srtp_stream_clone()
599 static srtp_err_status_t srtp_kdf_init(srtp_kdf_t *kdf, in srtp_kdf_init()
632 static srtp_err_status_t srtp_kdf_generate(srtp_kdf_t *kdf, in srtp_kdf_generate()
658 static srtp_err_status_t srtp_kdf_clear(srtp_kdf_t *kdf) in srtp_kdf_clear()
677 static srtp_err_status_t srtp_kdf_init(srtp_kdf_t *kdf, in srtp_kdf_init()
682 srtp_err_status_t stat; in srtp_kdf_init()
711 static srtp_err_status_t srtp_kdf_generate(srtp_kdf_t *kdf, in srtp_kdf_generate()
716 srtp_err_status_t status; in srtp_kdf_generate()
737 static srtp_err_status_t srtp_kdf_clear(srtp_kdf_t *kdf) in srtp_kdf_clear()
739 srtp_err_status_t status; in srtp_kdf_clear()
833 srtp_err_status_t srtp_stream_init_all_master_keys( in srtp_stream_init_all_master_keys()
840 srtp_err_status_t status = srtp_err_status_ok; in srtp_stream_init_all_master_keys()
865 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp, in srtp_stream_init_keys()
869 srtp_err_status_t stat; in srtp_stream_init_keys()
1218 srtp_err_status_t srtp_stream_init(srtp_stream_ctx_t *srtp, in srtp_stream_init()
1221 srtp_err_status_t err; in srtp_stream_init()
1339 srtp_err_status_t srtp_install_event_handler(srtp_event_handler_func_t func) in srtp_install_event_handler()
1379 static srtp_err_status_t srtp_process_header_encryption( in srtp_process_header_encryption()
1384 srtp_err_status_t status; in srtp_process_header_encryption()
1580 static srtp_err_status_t srtp_estimate_index(srtp_rdbx_t *rdbx, in srtp_estimate_index()
1654 static srtp_err_status_t srtp_get_est_pkt_index(srtp_hdr_t *hdr, in srtp_get_est_pkt_index()
1659 srtp_err_status_t result = srtp_err_status_ok; in srtp_get_est_pkt_index()
1684 static srtp_err_status_t srtp_protect_aead(srtp_ctx_t *ctx, in srtp_protect_aead()
1696 srtp_err_status_t status; in srtp_protect_aead()
1847 static srtp_err_status_t srtp_unprotect_aead(srtp_ctx_t *ctx, in srtp_unprotect_aead()
1860 srtp_err_status_t status; in srtp_unprotect_aead()
2036 srtp_err_status_t srtp_protect(srtp_ctx_t *ctx, in srtp_protect()
2043 srtp_err_status_t srtp_protect_mki(srtp_ctx_t *ctx, in srtp_protect_mki()
2056 srtp_err_status_t status; in srtp_protect_mki()
2365 srtp_err_status_t srtp_unprotect(srtp_ctx_t *ctx, in srtp_unprotect()
2372 srtp_err_status_t srtp_unprotect_mki(srtp_ctx_t *ctx, in srtp_unprotect_mki()
2385 srtp_err_status_t status; in srtp_unprotect_mki()
2726 srtp_err_status_t srtp_init() in srtp_init()
2728 srtp_err_status_t status; in srtp_init()
2743 srtp_err_status_t srtp_shutdown() in srtp_shutdown()
2745 srtp_err_status_t status; in srtp_shutdown()
2799 srtp_err_status_t srtp_dealloc(srtp_t session) in srtp_dealloc()
2802 srtp_err_status_t status; in srtp_dealloc()
2833 srtp_err_status_t srtp_add_stream(srtp_t session, const srtp_policy_t *policy) in srtp_add_stream()
2835 srtp_err_status_t status; in srtp_add_stream()
2894 srtp_err_status_t srtp_create(srtp_t *session, /* handle for session */ in srtp_create()
2897 srtp_err_status_t stat; in srtp_create()
2933 srtp_err_status_t srtp_remove_stream(srtp_t session, uint32_t ssrc) in srtp_remove_stream()
2936 srtp_err_status_t status; in srtp_remove_stream()
2966 srtp_err_status_t srtp_update(srtp_t session, const srtp_policy_t *policy) in srtp_update()
2968 srtp_err_status_t stat; in srtp_update()
2988 static srtp_err_status_t update_template_streams(srtp_t session, in update_template_streams()
2991 srtp_err_status_t status; in update_template_streams()
3085 static srtp_err_status_t update_stream(srtp_t session, in update_stream()
3088 srtp_err_status_t status; in update_stream()
3124 srtp_err_status_t srtp_update_stream(srtp_t session, in srtp_update_stream()
3127 srtp_err_status_t status; in srtp_update_stream()
3445 static srtp_err_status_t srtp_calc_aead_iv_srtcp( in srtp_calc_aead_iv_srtcp()
3490 static srtp_err_status_t srtp_protect_rtcp_aead( in srtp_protect_rtcp_aead()
3504 srtp_err_status_t status; in srtp_protect_rtcp_aead()
3661 static srtp_err_status_t srtp_unprotect_rtcp_aead( in srtp_unprotect_rtcp_aead()
3675 srtp_err_status_t status; in srtp_unprotect_rtcp_aead()
3853 srtp_err_status_t srtp_protect_rtcp(srtp_t ctx, in srtp_protect_rtcp()
3860 srtp_err_status_t srtp_protect_rtcp_mki(srtp_t ctx, in srtp_protect_rtcp_mki()
3873 srtp_err_status_t status; in srtp_protect_rtcp_mki()
4084 srtp_err_status_t srtp_unprotect_rtcp(srtp_t ctx, in srtp_unprotect_rtcp()
4091 srtp_err_status_t srtp_unprotect_rtcp_mki(srtp_t ctx, in srtp_unprotect_rtcp_mki()
4105 srtp_err_status_t status; in srtp_unprotect_rtcp_mki()
4423 srtp_err_status_t srtp_crypto_policy_set_from_profile_for_rtp( in srtp_crypto_policy_set_from_profile_for_rtp()
4455 srtp_err_status_t srtp_crypto_policy_set_from_profile_for_rtcp( in srtp_crypto_policy_set_from_profile_for_rtcp()
4547 srtp_err_status_t stream_get_protect_trailer_length(srtp_stream_ctx_t *stream, in stream_get_protect_trailer_length()
4578 srtp_err_status_t get_protect_trailer_length(srtp_t session, in get_protect_trailer_length()
4620 srtp_err_status_t srtp_get_protect_trailer_length(srtp_t session, in srtp_get_protect_trailer_length()
4628 srtp_err_status_t srtp_get_protect_rtcp_trailer_length(srtp_t session, in srtp_get_protect_rtcp_trailer_length()
4639 srtp_err_status_t srtp_set_debug_module(const char *mod_name, int v) in srtp_set_debug_module()
4644 srtp_err_status_t srtp_list_debug_modules(void) in srtp_list_debug_modules()
4681 srtp_err_status_t srtp_install_log_handler(srtp_log_handler_func_t func, in srtp_install_log_handler()
4701 srtp_err_status_t srtp_set_stream_roc(srtp_t session, in srtp_set_stream_roc()
4716 srtp_err_status_t srtp_get_stream_roc(srtp_t session, in srtp_get_stream_roc()