Searched refs:cipher_list_by_id (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_lib.c260 &ret->cipher_list_by_id, SSL_DEFAULT_CIPHER_LIST);
326 sk_SSL_CIPHER_free(ctx->cipher_list_by_id);
484 sk_SSL_CIPHER_free(ssl->cipher_list_by_id);
1281 if (ssl->cipher_list_by_id != NULL) {
1282 return ssl->cipher_list_by_id;
1285 if (ssl->ctx != NULL && ssl->ctx->cipher_list_by_id != NULL) {
1286 return ssl->ctx->cipher_list_by_id;
1315 ctx->method, &ctx->cipher_list, &ctx->cipher_list_by_id, str);
1363 ssl->ctx->method, &ssl->cipher_list, &ssl->cipher_list_by_id, str);
/external/boringssl/include/openssl/
H A Dssl.h3482 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_ctx_st
3776 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_st
/external/boringssl/src/include/openssl/
H A Dssl.h3482 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_ctx_st
3776 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_st

Completed in 115 milliseconds