Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/ssl/
Dd1_srvr.c154 unsigned char sctpauthkey[64]; in IMPLEMENT_dtls1_meth_func() local
421 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
422 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func()
430 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
648 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
649 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func()
657 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
Dd1_clnt.c154 unsigned char sctpauthkey[64]; in IMPLEMENT_dtls1_meth_func() local
352 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
353 sizeof(sctpauthkey), in IMPLEMENT_dtls1_meth_func()
364 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
494 if (SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
495 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func()
503 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()