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
398 SSL_export_keying_material(s, sctpauthkey,
399 sizeof(sctpauthkey), labelbuffer,
403 sizeof(sctpauthkey), sctpauthkey); local
622 SSL_export_keying_material(s, sctpauthkey,
623 sizeof(sctpauthkey), labelbuffer,
627 sizeof(sctpauthkey), sctpauthkey); local
    [all...]

Completed in 1111 milliseconds