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

/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_clnt.c155 unsigned char sctpauthkey[64]; local
344 SSL_export_keying_material(s, sctpauthkey,
345 sizeof(sctpauthkey), labelbuffer,
349 sizeof(sctpauthkey), sctpauthkey); local
471 SSL_export_keying_material(s, sctpauthkey,
472 sizeof(sctpauthkey), labelbuffer,
476 sizeof(sctpauthkey), sctpauthkey); local
H A Dd1_srvr.c155 unsigned char sctpauthkey[64]; local
402 SSL_export_keying_material(s, sctpauthkey,
403 sizeof(sctpauthkey), labelbuffer,
407 sizeof(sctpauthkey), sctpauthkey); local
617 SSL_export_keying_material(s, sctpauthkey,
618 sizeof(sctpauthkey), labelbuffer,
622 sizeof(sctpauthkey), sctpauthkey); local

Completed in 80 milliseconds