Home
last modified time | relevance | path

Searched refs:ciphers_raw (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/
Dssl_lib.c2243 if (s->s3->tmp.ciphers_raw == NULL) in SSL_ctrl()
2245 *(unsigned char **)parg = s->s3->tmp.ciphers_raw; in SSL_ctrl()
5361 OPENSSL_free(s->s3->tmp.ciphers_raw); in ssl_cache_cipherlist()
5362 s->s3->tmp.ciphers_raw = NULL; in ssl_cache_cipherlist()
5379 s->s3->tmp.ciphers_raw = raw; in ssl_cache_cipherlist()
5396 OPENSSL_free(s->s3->tmp.ciphers_raw); in ssl_cache_cipherlist()
5397 s->s3->tmp.ciphers_raw = NULL; in ssl_cache_cipherlist()
5404 } else if (!PACKET_memdup(cipher_suites, &s->s3->tmp.ciphers_raw, in ssl_cache_cipherlist()
Ds3_lib.c3329 OPENSSL_free(s->s3->tmp.ciphers_raw); in ssl3_free()
3349 OPENSSL_free(s->s3->tmp.ciphers_raw); in ssl3_clear()
Dssl_local.h1603 unsigned char *ciphers_raw; member