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

/freebsd-11.0-release/crypto/openssl/ssl/
H A Dd1_clnt.c172 unsigned char sctpauthkey[64]; local
370 if (SSL_export_keying_material(s, sctpauthkey,
371 sizeof(sctpauthkey),
382 sizeof(sctpauthkey), sctpauthkey); local
512 if (SSL_export_keying_material(s, sctpauthkey,
513 sizeof(sctpauthkey), labelbuffer,
521 sizeof(sctpauthkey), sctpauthkey); local
H A Dd1_srvr.c172 unsigned char sctpauthkey[64]; local
439 if (SSL_export_keying_material(s, sctpauthkey,
440 sizeof(sctpauthkey), labelbuffer,
448 sizeof(sctpauthkey), sctpauthkey); local
657 if (SSL_export_keying_material(s, sctpauthkey,
658 sizeof(sctpauthkey), labelbuffer,
666 sizeof(sctpauthkey), sctpauthkey); local

Completed in 115 milliseconds