Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dd1_clnt.c155 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()
Dd1_srvr.c155 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()