Searched refs:sctpauthkey (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/crypto/openssl/ssl/ |
| D | d1_srvr.c | 154 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()
|
| D | d1_clnt.c | 154 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()
|