HomeSort by: relevance | last modified time | path
    Searched refs:keyshares (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c 4012 &sc->ext.keyshares,
4168 &sc->ext.keyshares,
4178 &sc->ext.keyshares,
4386 &ctx->ext.keyshares,
4485 &ctx->ext.keyshares,
4495 &ctx->ext.keyshares,
ssl_lib.c 855 if (ctx->ext.keyshares != NULL) {
861 s->ext.keyshares = OPENSSL_memdup(ctx->ext.keyshares,
863 * sizeof(*ctx->ext.keyshares));
864 if (s->ext.keyshares == NULL) {
1488 OPENSSL_free(s->ext.keyshares);
4407 OPENSSL_free(a->ext.keyshares);
ssl_local.h 1027 uint16_t *keyshares; member in struct:ssl_ctx_st::__anon625
1362 size_t num_ks_pkey; /* how many keyshares are there */
1664 uint16_t *keyshares; member in struct:ssl_connection_st::__anon629
t1_lib.c 836 *pgroups = s->ext.keyshares;
1236 /* Variables to hold the three lists (groups, requested keyshares, tuple structure) */
1492 /* We also remove the group from the list of keyshares (if present) */
1617 * Set groups and prepare generation of keyshares based on a string of groupnames,
1648 /* Prepare initial chunks of memory for groups, tuples and keyshares groupIDs */
1696 "To many keyshares requested in '%s' (max = %d)",

Completed in 41 milliseconds