HomeSort by: relevance | last modified time | path
    Searched refs:update_cipher_list (Results 1 - 3 of 3) 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,
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 1341 static int update_cipher_list(STACK_OF(SSL_CIPHER) **cipher_list,
1379 return update_cipher_list(&ctx->cipher_list, &ctx->cipher_list_by_id,
1395 return update_cipher_list(&s->cipher_list, &s->cipher_list_by_id,

Completed in 31 milliseconds