Home
last modified time | relevance | path

Searched refs:update_cipher_list (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1371 static int update_cipher_list(SSL_CTX *ctx, in update_cipher_list() function
1420 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id, in SSL_CTX_set_ciphersuites()
1436 return update_cipher_list(s->ctx, &s->cipher_list, &s->cipher_list_by_id, in SSL_set_ciphersuites()
/third_party/openssl/ssl/
H A Dssl_ciph.c1370 static int update_cipher_list(SSL_CTX *ctx, in update_cipher_list() function
1419 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id, in SSL_CTX_set_ciphersuites()
1435 return update_cipher_list(s->ctx, &s->cipher_list, &s->cipher_list_by_id, in SSL_set_ciphersuites()

Completed in 6 milliseconds