HomeSort by relevance Sort by last modified time
    Searched defs:newkey (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_key_create.c 79 pthread_key_t newkey; local
81 if ((newkey = (pthread_key_t) calloc (1, sizeof (*newkey))) == NULL)
85 else if ((newkey->key = TlsAlloc ()) == TLS_OUT_OF_INDEXES)
89 free (newkey);
90 newkey = NULL;
101 newkey->keyLock = 0;
102 newkey->destructor = destructor;
105 *key = newkey;
  /external/openfst/src/lib/
symbol-table-ops.cc 92 uint64 newkey = 0; local
95 compact->AddSymbol(si->second, newkey++);
  /external/openssh/
monitor_wrap.c 473 Newkeys *newkey = NULL; local
485 newkey = xmalloc(sizeof(*newkey));
486 enc = &newkey->enc;
487 mac = &newkey->mac;
488 comp = &newkey->comp;
525 return (newkey);
536 Newkeys *newkey = (Newkeys *)packet_get_newkeys(mode); local
538 debug3("%s: converting %p", __func__, newkey);
540 if (newkey == NULL)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 120 * -newkey - make a key and a request.
171 long newkey = -1; local
297 else if (strcmp(*argv,"-newkey") == 0)
428 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
429 BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
431 BIO_printf(bio_err," -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n");
649 genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey,
655 if (newkey <= 0)
657 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey))
658 newkey=DEFAULT_KEY_LENGTH
    [all...]
  /external/openssl/apps/
req.c 120 * -newkey - make a key and a request.
171 long newkey = -1; local
297 else if (strcmp(*argv,"-newkey") == 0)
428 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
429 BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
431 BIO_printf(bio_err," -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n");
649 genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey,
655 if (newkey <= 0)
657 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey))
658 newkey=DEFAULT_KEY_LENGTH
    [all...]
  /external/libsepol/src/
expand.c 3247 avtab_key_t newkey; local
3377 avtab_key_t newkey; local
    [all...]

Completed in 204 milliseconds