Searched refs:sctpauthkey (Results 1 – 2 of 2) sorted by relevance
/external/openssl/ssl/ |
D | d1_clnt.c | 155 unsigned char sctpauthkey[64]; in IMPLEMENT_dtls1_meth_func() local 341 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func() 342 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 346 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func() 482 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func() 483 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 487 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
|
D | d1_srvr.c | 155 unsigned char sctpauthkey[64]; in IMPLEMENT_dtls1_meth_func() local 397 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func() 398 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 402 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func() 620 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func() 621 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 625 sizeof(sctpauthkey), sctpauthkey); in IMPLEMENT_dtls1_meth_func()
|