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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.c198 char *cipher_list, *cp; local
203 cipher_list = cp = xstrdup(names);
214 free(cipher_list);
221 free(cipher_list);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_lib.c264 sk=ssl_create_cipher_list(ctx->method,&(ctx->cipher_list),
542 if (s->cipher_list != NULL) sk_SSL_CIPHER_free(s->cipher_list);
1230 if (s->cipher_list != NULL)
1232 return(s->cipher_list);
1235 (s->ctx->cipher_list != NULL))
1237 return(s->ctx->cipher_list);
1282 sk=ssl_create_cipher_list(ctx->method,&ctx->cipher_list,
1289 * ctx->cipher_list and ctx->cipher_list_by_id has been
1306 sk=ssl_create_cipher_list(s->ctx->method,&s->cipher_list,
[all...]
H A Dssl_ciph.c1359 STACK_OF(SSL_CIPHER) **cipher_list,
1373 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1528 if (*cipher_list != NULL)
1529 sk_SSL_CIPHER_free(*cipher_list);
1530 *cipher_list = cipherstack;
H A Ds3_srvr.c1274 if (s->cipher_list)
1275 sk_SSL_CIPHER_free(s->cipher_list);
1280 s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers);
1443 * cipher_list - our prefered list of ciphers
H A Dssl.h797 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_ctx_st
1213 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_st

Completed in 118 milliseconds