Searched refs:DTLS_set_timer_cb (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | DTLS_set_timer_cb.pod | 6 DTLS_set_timer_cb 15 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb); 29 The DTLS_set_timer_cb() function was added in OpenSSL 1.1.1.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | DTLS_set_timer_cb.pod | 6 DTLS_set_timer_cb 15 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb); 29 The DTLS_set_timer_cb() function was added in OpenSSL 1.1.1.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | dtlstest.c | 82 DTLS_set_timer_cb(clientssl1, timer_cb); in test_dtls_unprocessed() 204 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_drop_records() 205 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_drop_records() 312 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_duplicate_records() 313 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_duplicate_records()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | dtlstest.c | 106 DTLS_set_timer_cb(clientssl1, timer_cb); in test_dtls_unprocessed() 264 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_drop_records() 265 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_drop_records() 373 DTLS_set_timer_cb(clientssl, timer_cb); in test_dtls_duplicate_records() 374 DTLS_set_timer_cb(serverssl, timer_cb); in test_dtls_duplicate_records() 439 DTLS_set_timer_cb(serverssl, timer_cb); in test_just_finished()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 414 DTLS_set_timer_cb;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 13 DTLS_set_timer_cb;
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 116 DTLS_set_timer_cb.3 \
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | man.inc | 135 DTLS_set_timer_cb.3 \
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | d1_lib.c | 979 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb) in DTLS_set_timer_cb() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | d1_lib.c | 969 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb) in DTLS_set_timer_cb() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 472 DTLS_set_timer_cb 473 1_1_1 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 472 DTLS_set_timer_cb 473 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/ |
H A D | build.info | 990 DEPEND[html/man3/DTLS_set_timer_cb.html]=man3/DTLS_set_timer_cb.pod 991 GENERATE[html/man3/DTLS_set_timer_cb.html]=man3/DTLS_set_timer_cb.pod 992 DEPEND[man/man3/DTLS_set_timer_cb.3]=man3/DTLS_set_timer_cb.pod 993 GENERATE[man/man3/DTLS_set_timer_cb.3]=man3/DTLS_set_timer_cb.pod 3033 html/man3/DTLS_set_timer_cb.html \ 3641 man/man3/DTLS_set_timer_cb.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 2434 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 2509 void DTLS_set_timer_cb(SSL *s, DTLS_timer_cb cb);
|