Home
last modified time | relevance | path

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

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