Searched refs:cipher_list (Results 1 - 17 of 17) sorted by relevance

/external/boringssl/src/tool/
H A Dciphers.cc43 const struct ssl_cipher_preference_list_st *pref_list = ctx->cipher_list;
/external/curl/lib/vtls/
H A Dvtls.c104 safe_strequal(data->cipher_list, needle->cipher_list))
135 if(source->cipher_list) {
136 dest->cipher_list = strdup(source->cipher_list);
137 if(!dest->cipher_list)
141 dest->cipher_list = NULL;
166 Curl_safefree(sslc->cipher_list);
H A Dnss.c207 char *cipher_list)
227 cipher = cipher_list;
229 while(cipher_list && (cipher_list[0])) {
233 if((cipher_list = strchr(cipher, ','))) {
234 *cipher_list++ = '\0';
252 if(cipher_list) {
253 cipher = cipher_list;
1635 if(data->set.ssl.cipher_list) {
1636 if(set_ciphers(data, model, data->set.ssl.cipher_list) !
206 set_ciphers(struct SessionHandle *data, PRFileDesc * model, char *cipher_list) argument
[all...]
H A Dgtls.c541 if(data->set.ssl.cipher_list != NULL) {
/external/boringssl/src/ssl/
H A Dssl_lib.c259 ssl_create_cipher_list(ret->method, &ret->cipher_list,
261 if (ret->cipher_list == NULL ||
262 sk_SSL_CIPHER_num(ret->cipher_list->ciphers) <= 0) {
325 ssl_cipher_preference_list_free(ctx->cipher_list);
483 ssl_cipher_preference_list_free(ssl->cipher_list);
964 struct ssl_cipher_preference_list_st *cipher_list) {
965 if (cipher_list == NULL) {
968 sk_SSL_CIPHER_free(cipher_list->ciphers);
969 OPENSSL_free(cipher_list->in_group_flags);
970 OPENSSL_free(cipher_list);
963 ssl_cipher_preference_list_free( struct ssl_cipher_preference_list_st *cipher_list) argument
[all...]
H A Dssl_test.cc326 for (i = 0; i < sk_SSL_CIPHER_num(ctx->cipher_list->ciphers); i++) {
328 sk_SSL_CIPHER_value(ctx->cipher_list->ciphers, i);
330 t->expected[i].in_group_flag != ctx->cipher_list->in_group_flags[i]) {
332 PrintCipherPreferenceList(ctx->cipher_list);
339 PrintCipherPreferenceList(ctx->cipher_list);
355 for (size_t i = 0; i < sk_SSL_CIPHER_num(ctx->cipher_list->ciphers); i++) {
356 if (SSL_CIPHER_is_NULL(sk_SSL_CIPHER_value(ctx->cipher_list->ciphers, i))) {
H A Ds3_lib.c451 if (ssl->cipher_list != NULL) {
452 return ssl->cipher_list;
465 if (ssl->ctx != NULL && ssl->ctx->cipher_list != NULL) {
466 return ssl->ctx->cipher_list;
H A Dinternal.h1000 struct ssl_cipher_preference_list_st *cipher_list);
/external/curl/src/
H A Dtool_cfgable.c99 Curl_safefree(config->cipher_list);
H A Dtool_cfgable.h107 char *cipher_list; member in struct:OperationConfig
H A Dtool_operate.c1147 if(config->cipher_list)
1148 my_setopt_str(curl, CURLOPT_SSL_CIPHER_LIST, config->cipher_list);
H A Dtool_getparam.c507 GetStr(&config->cipher_list, nextarg);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc714 std::string cipher_list = "ALL"; local
716 cipher_list = config->cipher;
719 if (!SSL_CTX_set_cipher_list(ssl_ctx.get(), cipher_list.c_str())) {
/external/curl/lib/
H A Durldata.h351 char *cipher_list; /* list of ciphers to use */ member in struct:ssl_config_data
H A Durl.c5675 data->set.ssl.cipher_list = data->set.str[STRING_SSL_CIPHER_LIST];
/external/boringssl/include/openssl/
H A Dssl.h3480 struct ssl_cipher_preference_list_st *cipher_list; member in struct:ssl_ctx_st
3775 struct ssl_cipher_preference_list_st *cipher_list; member in struct:ssl_st
/external/boringssl/src/include/openssl/
H A Dssl.h3480 struct ssl_cipher_preference_list_st *cipher_list; member in struct:ssl_ctx_st
3775 struct ssl_cipher_preference_list_st *cipher_list; member in struct:ssl_st

Completed in 334 milliseconds