Home
last modified time | relevance | path

Searched refs:glb_tcert_table (Results 1 – 1 of 1) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/auth_identity/
H A Dauth_identity.c106 ttable *glb_tcert_table=0; /* Certificate Table */ variable
280 if (init_table(&glb_tcert_table, in mod_init()
423 free_table(glb_tcert_table); in mod_deinit()
457 if (get_cert_from_table(glb_tcert_table, &glb_tcert.surl, &glb_tcert)) { in get_certificate()
632 if (addcert2table(glb_tcert_table, &glb_tcert)) in check_certificate()