Searched refs:labelbuffer (Results 1 – 2 of 2) sorted by relevance
/external/openssl/ssl/ |
D | d1_clnt.c | 156 char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)]; in IMPLEMENT_dtls1_meth_func() local 338 snprintf((char*) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), in IMPLEMENT_dtls1_meth_func() 342 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 343 sizeof(labelbuffer), NULL, 0, 0); in IMPLEMENT_dtls1_meth_func() 479 snprintf((char*) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), in IMPLEMENT_dtls1_meth_func() 483 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 484 sizeof(labelbuffer), NULL, 0, 0); in IMPLEMENT_dtls1_meth_func()
|
D | d1_srvr.c | 156 char labelbuffer[sizeof(DTLS1_SCTP_AUTH_LABEL)]; in IMPLEMENT_dtls1_meth_func() local 394 snprintf((char*) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), in IMPLEMENT_dtls1_meth_func() 398 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 399 sizeof(labelbuffer), NULL, 0, 0); in IMPLEMENT_dtls1_meth_func() 617 snprintf((char *) labelbuffer, sizeof(DTLS1_SCTP_AUTH_LABEL), in IMPLEMENT_dtls1_meth_func() 621 sizeof(sctpauthkey), labelbuffer, in IMPLEMENT_dtls1_meth_func() 622 sizeof(labelbuffer), NULL, 0, 0); in IMPLEMENT_dtls1_meth_func()
|