HomeSort by: relevance | last modified time | path
    Searched defs:update_cipher_list (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 1327 static int update_cipher_list(SSL_CTX *ctx, function
1378 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id,
1400 return update_cipher_list(s->ctx, &sc->cipher_list,
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 1371 static int update_cipher_list(SSL_CTX *ctx, function
1420 return update_cipher_list(ctx, &ctx->cipher_list, &ctx->cipher_list_by_id,
1436 return update_cipher_list(s->ctx, &s->cipher_list, &s->cipher_list_by_id,

Completed in 23 milliseconds