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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c941 STACK_OF(SSL_CIPHER) **cipher_list_by_id,
955 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1070 if (*cipher_list_by_id != NULL)
1071 sk_SSL_CIPHER_free(*cipher_list_by_id);
1072 *cipher_list_by_id = tmp_cipher_list;
1073 sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp);
H A Dssl_lib.c229 &(ctx->cipher_list_by_id),SSL_DEFAULT_CIPHER_LIST);
480 if (s->cipher_list_by_id != NULL) sk_SSL_CIPHER_free(s->cipher_list_by_id);
1130 if (s->cipher_list_by_id != NULL)
1132 return(s->cipher_list_by_id);
1135 (s->ctx->cipher_list_by_id != NULL))
1137 return(s->ctx->cipher_list_by_id);
1164 &ctx->cipher_list_by_id,str);
1170 * ctx->cipher_list and ctx->cipher_list_by_id has been
1188 &s->cipher_list_by_id,st
[all...]
H A Dssl.h628 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_ctx_st
905 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c1469 **cipher_list_by_id,
1483 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1660 if (*cipher_list_by_id != NULL)
1661 sk_SSL_CIPHER_free(*cipher_list_by_id);
1662 *cipher_list_by_id = tmp_cipher_list;
1663 (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,
1666 sk_SSL_CIPHER_sort(*cipher_list_by_id);
H A Dssl_lib.c282 &(ctx->cipher_list_by_id),
606 if (s->cipher_list_by_id != NULL)
607 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1340 if (s->cipher_list_by_id != NULL) {
1341 return (s->cipher_list_by_id);
1342 } else if ((s->ctx != NULL) && (s->ctx->cipher_list_by_id != NULL)) {
1343 return (s->ctx->cipher_list_by_id);
1372 &ctx->cipher_list_by_id, str, ctx->cert);
1378 * ctx->cipher_list and ctx->cipher_list_by_id has been updated.
1395 &s->cipher_list_by_id, st
[all...]
H A Ds3_srvr.c1290 if (s->cipher_list_by_id)
1291 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1294 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers);
H A Dssl.h929 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_ctx_st
1508 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c1469 **cipher_list_by_id,
1483 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1660 if (*cipher_list_by_id != NULL)
1661 sk_SSL_CIPHER_free(*cipher_list_by_id);
1662 *cipher_list_by_id = tmp_cipher_list;
1663 (void)sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,
1666 sk_SSL_CIPHER_sort(*cipher_list_by_id);
H A Dssl_lib.c282 &(ctx->cipher_list_by_id),
606 if (s->cipher_list_by_id != NULL)
607 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1340 if (s->cipher_list_by_id != NULL) {
1341 return (s->cipher_list_by_id);
1342 } else if ((s->ctx != NULL) && (s->ctx->cipher_list_by_id != NULL)) {
1343 return (s->ctx->cipher_list_by_id);
1372 &ctx->cipher_list_by_id, str, ctx->cert);
1378 * ctx->cipher_list and ctx->cipher_list_by_id has been updated.
1395 &s->cipher_list_by_id, st
[all...]
H A Ds3_srvr.c1290 if (s->cipher_list_by_id)
1291 sk_SSL_CIPHER_free(s->cipher_list_by_id);
1294 s->cipher_list_by_id = sk_SSL_CIPHER_dup(s->session->ciphers);
H A Dssl.h929 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_ctx_st
1508 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h628 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_ctx_st
905 STACK_OF(SSL_CIPHER) *cipher_list_by_id; member in struct:ssl_st

Completed in 248 milliseconds