Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_lib.c461 ssl->ctx->cipher_list_tls10 != NULL) { in ssl_get_cipher_preferences()
462 return ssl->ctx->cipher_list_tls10; in ssl_get_cipher_preferences()
Dssl_lib.c327 ssl_cipher_preference_list_free(ctx->cipher_list_tls10); in SSL_CTX_free()
1263 ssl->ctx->cipher_list_tls10 != NULL) { in STACK_OF()
1264 return ssl->ctx->cipher_list_tls10->ciphers; in STACK_OF()
1331 ctx->method, &ctx->cipher_list_tls10, NULL, str); in SSL_CTX_set_cipher_list_tls10()
/external/boringssl/src/include/openssl/
Dssl.h3492 struct ssl_cipher_preference_list_st *cipher_list_tls10; member