Searched refs:cipher_list_tls10 (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_lib.c461 ssl->ctx->cipher_list_tls10 != NULL) {
462 return ssl->ctx->cipher_list_tls10;
H A Dssl_lib.c327 ssl_cipher_preference_list_free(ctx->cipher_list_tls10);
1263 ssl->ctx->cipher_list_tls10 != NULL) {
1264 return ssl->ctx->cipher_list_tls10->ciphers;
1331 ctx->method, &ctx->cipher_list_tls10, NULL, str);
/external/boringssl/include/openssl/
H A Dssl.h3484 /* cipher_list_tls10 is the list of ciphers when TLS 1.0 or greater is in
3492 struct ssl_cipher_preference_list_st *cipher_list_tls10; member in struct:ssl_ctx_st
/external/boringssl/src/include/openssl/
H A Dssl.h3484 /* cipher_list_tls10 is the list of ciphers when TLS 1.0 or greater is in
3492 struct ssl_cipher_preference_list_st *cipher_list_tls10; member in struct:ssl_ctx_st

Completed in 158 milliseconds