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

  /external/boringssl/src/ssl/
tls_record.cc 184 ret += ssl_cipher_get_record_split_len(ssl->s3->aead_write_ctx->cipher);
433 ret += ssl_cipher_get_record_split_len(ssl->s3->aead_write_ctx->cipher);
474 assert(SSL3_RT_HEADER_LENGTH + ssl_cipher_get_record_split_len(
ssl_cipher.cc 1728 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { function
    [all...]
internal.h 307 /* ssl_cipher_get_record_split_len, for TLS 1.0 CBC mode ciphers, returns the
310 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher);
    [all...]

Completed in 132 milliseconds