Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/ssl/
HDd1_clnt.c172 unsigned char sctpauthkey[64]; in IMPLEMENT_dtls1_meth_func() local
375 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
376 sizeof(sctpauthkey), in IMPLEMENT_dtls1_meth_func()
387 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
517 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
518 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func()
526 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
HDd1_srvr.c172 unsigned char sctpauthkey[64]; in IMPLEMENT_dtls1_meth_func() local
443 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
444 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func()
452 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
661 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
662 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func()
670 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()