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

  /external/boringssl/src/ssl/
internal.h 1424 int (*read_change_cipher_spec)(SSL *ssl); member in struct:ssl_protocol_method_st
    [all...]
handshake_client.c 424 ret = ssl->method->read_change_cipher_spec(ssl);
    [all...]
handshake_server.c 349 ret = ssl->method->read_change_cipher_spec(ssl);
    [all...]

Completed in 56 milliseconds