Searched refs:SSL_COMP_get_id (Results 1 – 10 of 10) sorted by relevance
1694 int SSL_COMP_get_id(const SSL_COMP *comp) { return comp->id; } in SSL_COMP_get_id() function
1715 int SSL_COMP_get_id(const SSL_COMP *comp) { return comp->id; } in SSL_COMP_get_id() function
1563 int SSL_COMP_get_id(const SSL_COMP *comp) { return comp->id; } in SSL_COMP_get_id() function
4429 OPENSSL_EXPORT int SSL_COMP_get_id(const SSL_COMP *comp);
4962 OPENSSL_EXPORT int SSL_COMP_get_id(const SSL_COMP *comp);
4949 OPENSSL_EXPORT int SSL_COMP_get_id(const SSL_COMP *comp);
67 #define SSL_COMP_get_id BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_COMP_get_id) macro