Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
#include <res_pjsip.h>
Data Fields | |
pjsip_auth_algorithm_type | algorithm_type |
unsigned | digest_length |
unsigned | digest_str_length |
pj_str_t | iana_name |
const char * | openssl_name |
Definition at line 616 of file res_pjsip.h.
pjsip_auth_algorithm_type algorithm_type |
Definition at line 618 of file res_pjsip.h.
Referenced by ast_sip_auth_digest_algorithms_vector_init(), challenge(), digest_lookup(), get_creds_for_header(), get_supported_algorithm(), and password_digest_handler().
unsigned digest_length |
Definition at line 621 of file res_pjsip.h.
unsigned digest_str_length |
Definition at line 622 of file res_pjsip.h.
Referenced by password_digest_handler().
pj_str_t iana_name |
Definition at line 619 of file res_pjsip.h.
Referenced by ast_sip_auth_digest_algorithms_vector_to_str(), challenge(), check_algorithm(), digest_check_auth(), digest_lookup(), get_creds_for_header(), handle_pjproject_show_buildopts(), and password_digest_to_str().
const char* openssl_name |
Definition at line 620 of file res_pjsip.h.
Referenced by handle_pjproject_show_buildopts().