HomeSort by relevance Sort by last modified time
    Searched refs:sctpauthkey (Results 1 - 2 of 2) sorted by null

  /external/openssl/ssl/
d1_clnt.c 155 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
    [all...]
d1_srvr.c 155 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
    [all...]

Completed in 176 milliseconds