Searched refs:ca_list (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_ciph.c454 if (!sk_push(ca_list,(char *)c)) goto err;
486 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, argument
498 ca_curr = ca_list;
714 const SSL_CIPHER **ca_list)
850 * Now search for the cipher alias in the ca_list. Be careful
862 while (ca_list[j])
864 if (!strncmp(buf, ca_list[j]->name, buflen) &&
865 (ca_list[j]->name[buflen] == '\0'))
877 if (ca_list[j]->algorithm_mkey)
881 alg_mkey &= ca_list[
712 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
1013 const SSL_CIPHER **ca_list = NULL; local
[all...]
H A Dssl_cert.c657 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
659 if (*ca_list != NULL)
660 sk_X509_NAME_pop_free(*ca_list,X509_NAME_free);
662 *ca_list=name_list;
/external/openssl/ssl/
H A Dssl_ciph.c820 if (!sk_push(ca_list,(char *)c)) goto err;
852 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, argument
872 ca_curr = ca_list;
1110 const SSL_CIPHER **ca_list)
1198 * Now search for the cipher alias in the ca_list. Be careful
1210 while (ca_list[j])
1212 if (!strncmp(buf, ca_list[j]->name, buflen) &&
1213 (ca_list[j]->name[buflen] == '\0'))
1225 if (ca_list[j]->algorithm_mkey)
1229 alg_mkey &= ca_list[
1108 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
1368 const SSL_CIPHER **ca_list = NULL; local
[all...]
H A Dssl_cert.c548 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
550 if (*ca_list != NULL)
551 sk_X509_NAME_pop_free(*ca_list,X509_NAME_free);
553 *ca_list=name_list;
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c1727 if (sm->ssl3.ca_list) {
1728 if (ss->ssl3.ca_list) {
1729 CERT_FreeDistNames(ss->ssl3.ca_list);
1731 ss->ssl3.ca_list = CERT_DupDistNames(sm->ssl3.ca_list);
1732 if (!ss->ssl3.ca_list) {
H A Dsslsecur.c1420 if (ss->ssl3.ca_list) {
1421 CERT_FreeDistNames(ss->ssl3.ca_list);
1423 ss->ssl3.ca_list = names;
H A Dssl3con.c7179 CERTDistNames ca_list; local
7223 arena = ca_list.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE);
7234 ca_list.head = node = PORT_ArenaZNew(arena, dnameNode);
7266 ca_list.nnames = nnames;
7267 ca_list.names = PORT_ArenaNewArray(arena, SECItem, nnames);
7268 if (nnames > 0 && ca_list.names == NULL)
7271 for(i = 0, node = (dnameNode*)ca_list.head;
7274 ca_list.names[i] = node->name;
7288 ss->fd, &ca_list,
7298 ss->fd, &ca_list,
9303 CERTDistNames *ca_list; local
[all...]
H A Dsslimpl.h918 SECItem ca_list; /* used only by client */ member in struct:SSL3HandshakeStateStr
1021 CERTDistNames * ca_list; member in struct:ssl3StateStr

Completed in 154 milliseconds