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.c 152 ret += ssl_cipher_get_record_split_len(ssl->aead_write_ctx->cipher);
333 ssl_cipher_get_record_split_len(ssl->aead_write_ctx->cipher) ==
internal.h 255 /* ssl_cipher_get_record_split_len, for TLS 1.0 CBC mode ciphers, returns the
258 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher);
    [all...]
ssl_cipher.c 1978 size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { function
    [all...]

Completed in 451 milliseconds