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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.c219 char *cipher_list, *cp; local
224 cipher_list = cp = xstrdup(names);
235 free(cipher_list);
240 free(cipher_list);
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_lib.c272 sk = ssl_create_cipher_list(ctx->method, &(ctx->cipher_list),
550 if (s->cipher_list != NULL)
551 sk_SSL_CIPHER_free(s->cipher_list);
1237 if (s->cipher_list != NULL) {
1238 return (s->cipher_list);
1239 } else if ((s->ctx != NULL) && (s->ctx->cipher_list != NULL)) {
1240 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 updated.
1305 sk = ssl_create_cipher_list(s->ctx->method, &s->cipher_list,
[all...]
H A Dssl_ciph.c1373 **cipher_list, STACK_OF(SSL_CIPHER)
1388 if (rule_str == NULL || cipher_list == NULL || cipher_list_by_id == NULL)
1558 if (*cipher_list != NULL)
1559 sk_SSL_CIPHER_free(*cipher_list);
1560 *cipher_list = cipherstack;
H A Ds3_srvr.c1322 if (s->cipher_list)
1323 sk_SSL_CIPHER_free(s->cipher_list);
1328 s->cipher_list = sk_SSL_CIPHER_dup(s->session->ciphers);
1478 * cipher_list - our prefered list of ciphers
H A Dssl.h826 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_ctx_st
1332 STACK_OF(SSL_CIPHER) *cipher_list; member in struct:ssl_st

Completed in 202 milliseconds