| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <sdp_srtp.h>

| Data Fields | |
| sdp_crypto_alloc_cb | alloc | 
| sdp_crypto_build_offer_cb | build_offer | 
| sdp_crypto_destroy_cb | dtor | 
| sdp_srtp_get_attr_cb | get_attr | 
| sdp_crypto_parse_offer_cb | parse_offer | 
Definition at line 126 of file sdp_srtp.h.
| sdp_crypto_alloc_cb alloc | 
Allocate a crypto struct
Definition at line 130 of file sdp_srtp.h.
Referenced by ast_sdp_crypto_alloc().
| sdp_crypto_build_offer_cb build_offer | 
Build a SDP a=crypto offer line parameter string
Definition at line 132 of file sdp_srtp.h.
Referenced by ast_sdp_crypto_build_offer().
Destroy a crypto struct
Definition at line 128 of file sdp_srtp.h.
Referenced by ast_sdp_crypto_destroy().
| sdp_srtp_get_attr_cb get_attr | 
Get the SDP a=crypto offer line parameter string
Definition at line 136 of file sdp_srtp.h.
Referenced by ast_sdp_srtp_get_attrib().
| sdp_crypto_parse_offer_cb parse_offer | 
Parse a SDP a=crypto offer line parameter string
Definition at line 134 of file sdp_srtp.h.
Referenced by ast_sdp_crypto_process().