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

/external/openssl/ssl/
H A Dd1_clnt.c155 unsigned char sctpauthkey[64]; local
341 SSL_export_keying_material(s, sctpauthkey,
342 sizeof(sctpauthkey), labelbuffer,
346 sizeof(sctpauthkey), sctpauthkey); local
482 SSL_export_keying_material(s, sctpauthkey,
483 sizeof(sctpauthkey), labelbuffer,
487 sizeof(sctpauthkey), sctpauthkey); local
H A Dd1_srvr.c155 unsigned char sctpauthkey[64]; local
397 SSL_export_keying_material(s, sctpauthkey,
398 sizeof(sctpauthkey), labelbuffer,
402 sizeof(sctpauthkey), sctpauthkey); local
620 SSL_export_keying_material(s, sctpauthkey,
621 sizeof(sctpauthkey), labelbuffer,
625 sizeof(sctpauthkey), sctpauthkey); local

Completed in 67 milliseconds